新增:swagger图形界面

修改:邮件发送产品格式
删除:没有用到import导入类
This commit is contained in:
2025-09-18 10:53:08 +08:00
parent fb6c5e0fdb
commit 5640248bb0
8 changed files with 66 additions and 25 deletions

19
pom.xml
View File

@@ -74,6 +74,13 @@
<version>1.5.2</version>
</dependency>
<!-- openapi -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.8.0</version>
</dependency>
<!-- lombok -->
<dependency>
<groupId>org.projectlombok</groupId>
@@ -81,11 +88,7 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.2.20</version>
</dependency>
<!-- commons -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
@@ -106,12 +109,6 @@
</dependency>
<!-- javaMail -->
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>