模板生成 简化代码

This commit is contained in:
孟佳
2021-12-27 14:21:43 +08:00
parent 54936d84fb
commit 018455e16f
2 changed files with 8 additions and 5 deletions

View File

@@ -98,6 +98,12 @@
<artifactId>springfox-swagger-ui</artifactId>
<version>2.9.2</version>
</dependency>
<!-- Hutool 工具包 -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.7.18</version>
</dependency>
</dependencies>
<build>