mirror of https://gitee.com/maxjhandsome/pig
添加lombok插件
This commit is contained in:
parent
a3c66b7ebf
commit
878fc47063
9
pom.xml
9
pom.xml
|
@ -17,6 +17,9 @@
|
|||
|
||||
<spring-boot.version>1.5.9.RELEASE</spring-boot.version>
|
||||
<spring-cloud.version>Dalston.SR4</spring-cloud.version>
|
||||
|
||||
<!--Lombok-->
|
||||
<lombok.version>[1.0.0,9.99.99]</lombok.version>
|
||||
</properties>
|
||||
|
||||
<!--公共依赖-->
|
||||
|
@ -36,6 +39,12 @@
|
|||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-actuator</artifactId>
|
||||
</dependency>
|
||||
<!--Lombok-->
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>${lombok.version}</version>
|
||||
</dependency>
|
||||
<!--测试依赖-->
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
|
Loading…
Reference in New Issue