全局异常优化

This commit is contained in:
KilLze
2026-01-02 11:09:12 +08:00
parent 8a6e44e1cb
commit 61d100fac0
3 changed files with 19 additions and 3 deletions

View File

@@ -61,6 +61,12 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<scope>test</scope>
</dependency>
<!-- JUnit Platform Launcher for resolving junit-platform-launcher:1.8.2 issue -->
<dependency>