随笔分类 -  SpringBoot

摘要:oKong | 趔趄的猿:https://www.cnblogs.com/okong/ 阅读全文
posted @ 2019-07-03 21:17 嗯哼~ 阅读(189) 评论(0) 推荐(0)
摘要: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... 阅读全文
posted @ 2019-04-09 21:41 嗯哼~ 阅读(181) 评论(0) 推荐(0)
摘要:``` //全局捕获异常对basePackages的包生效 @ControllerAdvice(basePackages = "com.wld.controller") public class GlobalExpectionHandler(){ //@ExceptionHandler(RuntimeException.class)仅仅捕获RuntimeException异常类型 @Exc... 阅读全文
posted @ 2019-03-20 23:35 嗯哼~ 阅读(313) 评论(0) 推荐(0)