update 优化 !pr451 改进代码逻辑 支持注解强制加密接口数据

This commit is contained in:
疯狂的狮子Li
2023-11-27 11:14:16 +08:00
parent c45ffaec0f
commit b0faebc5e6
8 changed files with 14 additions and 23 deletions

View File

@ -37,16 +37,9 @@
<artifactId>hutool-crypto</artifactId>
</dependency>
<!-- SpringBoot Web容器 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
<exclusion>
<artifactId>spring-boot-starter-tomcat</artifactId>
<groupId>org.springframework.boot</groupId>
</exclusion>
</exclusions>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</dependency>
</dependencies>