springboot全局异常处理

springboot全局异常处理 1、AOP日志和异常处理 pom.xml中添加 <!--aop切面--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> </dependency> 切面类 package glob
相关文章
相关标签/搜索