swagger新增多个包路径配置,优化对象转map

This commit is contained in:
lhc
2021-03-11 10:47:15 +08:00
parent 329e05e321
commit 841d8c511a
7 changed files with 89 additions and 14 deletions

View File

@@ -176,6 +176,22 @@
<artifactId>ojdbc6</artifactId>
<version>11.2.0.4</version>
</dependency>
<!-- guava工具类 -->
<!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>30.1-jre</version>
</dependency>
<!-- hutool工具类-->
<!-- https://mvnrepository.com/artifact/cn.hutool/hutool-all -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.5.9</version>
</dependency>
</dependencies>
<build>
<finalName>hcframe-base</finalName>