2022年2月11日

springBoot - @Validated统一异常处理

摘要: @ControllerAdvice public class GlobalExceptionHandler { @ExceptionHandler(BindException.class) public String exception(BindException ex){ //获取异常自定义信息 阅读全文

posted @ 2022-02-11 16:27 每天积极向上 阅读(563) 评论(0) 推荐(0) 编辑

springBoot - 开启mybatis驼峰命名规则

摘要: mybatis: configuration: map-underscore-to-camel-case: true SpringBoot 中开启 驼峰命名 就可以 Mybatis 的mapper中返回结果用 resultType (这个的不一样(数据库 user_name) 实体类(userNam 阅读全文

posted @ 2022-02-11 13:43 每天积极向上 阅读(239) 评论(0) 推荐(0) 编辑

导航