fanxw 1 年之前
父节点
当前提交
09382b023a
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      pom.xml

+ 8 - 0
pom.xml

@@ -268,6 +268,14 @@
268 268
 	       <scope>compile</scope>  
269 269
 	     </dependency>
270 270
 
271
+	     <!-- lombok -->
272
+        <dependency>
273
+            <groupId>org.projectlombok</groupId>
274
+            <artifactId>lombok</artifactId>
275
+            <version>1.18.22</version>
276
+            <scope>provided</scope>
277
+        </dependency>
278
+
271 279
 	</dependencies>
272 280
 
273 281
 	<!-- 导入Spring Cloud的依赖管理 -->