Commit c319c27f authored by sfzhong's avatar sfzhong

增加依赖

parent 684abdaa
...@@ -78,6 +78,19 @@ ...@@ -78,6 +78,19 @@
<version>3.4.5</version> <version>3.4.5</version>
</dependency> </dependency>
<!--lombok-->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<!--swagger2-->
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
<version>2.9.2</version>
</dependency>
</dependencies> </dependencies>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment