随笔分类 - SpringBoot
摘要:oKong | 趔趄的猿:https://www.cnblogs.com/okong/
阅读全文
摘要:server: port: 8080 spring: profiles: active: dev datasource: name: test #erverTimezone=UTC UTC是统一标准世界时间 url: jdbc:mysql://127.0.0.1:3306/database?useUnicode=true&characterEncod...
阅读全文
摘要:``` //全局捕获异常对basePackages的包生效 @ControllerAdvice(basePackages = "com.wld.controller") public class GlobalExpectionHandler(){ //@ExceptionHandler(RuntimeException.class)仅仅捕获RuntimeException异常类型 @Exc...
阅读全文

浙公网安备 33010602011771号