mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-15 15:13:51 +08:00
v1.2.0
This commit is contained in:
@@ -109,12 +109,18 @@
|
||||
<artifactId>fastjson</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!--druid -->
|
||||
<!-- druid -->
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>druid</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- p6spy -->
|
||||
<dependency>
|
||||
<groupId>p6spy</groupId>
|
||||
<artifactId>p6spy</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- swagger begin -->
|
||||
<dependency>
|
||||
<groupId>io.springfox</groupId>
|
||||
@@ -126,6 +132,14 @@
|
||||
</dependency>
|
||||
<!-- swagger end -->
|
||||
|
||||
<!-- knife4j begin -->
|
||||
<dependency>
|
||||
<groupId>com.github.xiaoymin</groupId>
|
||||
<artifactId>knife4j-spring-boot-starter</artifactId>
|
||||
<version>${knife4j.version}</version>
|
||||
</dependency>
|
||||
<!-- knife4j end -->
|
||||
|
||||
<!-- guava -->
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
|
||||
Reference in New Issue
Block a user