摘要: @Controller 标识一个该类是Spring MVC controller处理器,用来创建处理http请求的对象. @RestController Spring4之后加入的注解,原来在@Controller中返回json需要@ResponseBody来配合,如果直接用@RestControll 阅读全文
posted @ 2020-04-13 14:53 lalalalatxx 阅读(88) 评论(0) 推荐(0)
摘要: 还有错误的话,可以试一下clean 阅读全文
posted @ 2020-04-09 16:58 lalalalatxx 阅读(284) 评论(1) 推荐(0)
摘要: HTTP Status 500 - Request processing failed; nested exception is org.springframework.jdbc.BadSqlGrammarException: type Exception report message Reques 阅读全文
posted @ 2020-02-26 12:48 lalalalatxx 阅读(343) 评论(0) 推荐(0)