|
|
@@ -24,6 +24,13 @@
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.projectlombok</groupId>
|
|
|
+ <artifactId>lombok</artifactId>
|
|
|
+ <version>1.18.26</version> <!-- 可以指定一个版本 -->
|
|
|
+ <scope>provided</scope>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
<dependencyManagement>
|
|
|
<dependencies>
|