这课有毒,我pom文件报红,maven仓库也不能用了,学过最差的一节课
2021-08-24
老师讲的这两个例子的mysql数据库模板在哪里啊
https://github.com/leechenxiang/imooc-springboot-starter
https://github.com/abel533/MyBatis-Spring-Boot
https://github.com/leechenxiang/imooc-springboot-starter
https://github.com/abel533/MyBatis-Spring-Boot
2021-06-29
@RestControllerAdvice:拦截异常并统一处理,它通常用于定义@ExceptionHandler, @InitBinder 和 @ModelAttribute 适用于所有@RequestMapping方法的方法,通过它就可以返回我们期望的异常返回格式,如果全部异常返回格式使用json,就可以使用该注解代替@ExceptionHanlder下的@ResponseBody注解。
2021-06-25