摘要:
配置MP的分页插件 固定格式 /** * 配置MP的分页插件 */ @Configuration public class MybatisPlusConfig { //添加插件 @Bean public MybatisPlusInterceptor mybatisPlusInterceptor(){ 阅读全文
摘要:
/** * * 全局异常处理 * 对RestController和Controller注解的类进行异常捕获 */ @ControllerAdvice(annotations = {RestController.class, Controller.class}) @ResponseBody @Slf4 阅读全文