天天看點

lombok對應idea的各個版本下載下傳位址

官網下載下傳位址:https://plugins.jetbrains.com/plugin/6317-lombok/versions

lombok對應idea的各個版本下載下傳位址

使用時,要在pom.xml中添加依賴

<dependencies>
    <dependency>
        <groupId>org.projectlombok</groupId>
        <artifactId>lombok</artifactId>
        <scope>provided</scope>
    </dependency>
</dependencies>      

如有問題很聯系部落客或留言