perf: 删除多余依赖,格式化代码

删除幂等模块的 springboot-aop 依赖
删除 web 模块的 springboot-Validation 依赖
This commit is contained in:
吴泽威
2025-04-01 16:48:16 +08:00
parent 199a83fbea
commit 7e8a15ae8a
4 changed files with 9 additions and 20 deletions

View File

@@ -32,12 +32,6 @@
<artifactId>spring-boot-starter-undertow</artifactId>
</dependency>
<!-- Hibernate Validator -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<!-- Graceful Response一个Spring Boot技术栈下的优雅响应处理组件可以帮助开发者完成响应数据封装、异常处理、错误码填充等过程提高开发效率提高代码质量 -->
<dependency>
<groupId>com.feiniaojin</groupId>