This commit is contained in:
zhuoda
2021-05-02 11:54:19 +08:00
parent 8b1863511c
commit ca770b208d
103 changed files with 16993 additions and 748 deletions

View File

@@ -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>