mirror of
https://github.com/RemainderTime/spring-boot-base-demo.git
synced 2026-06-06 01:57:42 +08:00
1.优化改进全局异常类
2.项目介绍调整
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -46,6 +46,10 @@
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-actuator</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-validation</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-data-redis</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user