這課有毒,我pom文件報紅,maven倉庫也不能用了,學(xué)過最差的一節(jié)課
2021-08-24
有點(diǎn)lj,IMoocJSONResult這個類代碼呢,我給你變出來?這視頻有多少人放棄了
2021-08-23
直接復(fù)制代碼講課也就算了,代碼還不給看全,Thymeleafcontroller只能看到一半,絕了
2021-08-23
老師講的這兩個例子的mysql數(shù)據(jù)庫模板在哪里啊
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
對于具備一定基礎(chǔ)知識,已經(jīng)接觸springboot,但還不太了解的可以系統(tǒng)認(rèn)識下。挺好的
2021-06-29
@RestControllerAdvice:攔截異常并統(tǒng)一處理,它通常用于定義@ExceptionHandler, @InitBinder 和 @ModelAttribute 適用于所有@RequestMapping方法的方法,通過它就可以返回我們期望的異常返回格式,如果全部異常返回格式使用json,就可以使用該注解代替@ExceptionHanlder下的@ResponseBody注解。
2021-06-25