Springboot / thymeleaf / Jquery Ajax 請求報錯

ajax請求1
2020-04-24 13:30:29.823 ERROR 9604 --- [io-8080-exec-10] org.thymeleaf.TemplateEngine             : [THYMELEAF][http-nio-8080-exec-10] Exception processing template "admin/ajaxtest/movies/search": Error resolving template [admin/ajaxtest/movies/search], template might not exist or might not be accessible by any of the configured Template Resolvers

org.thymeleaf.exceptions.TemplateInputException: Error resolving template [admin/ajaxtest/movies/search], template might not exist or might not be accessible by any of the configured Template Resolvers

 

檢查Ajax要請求的方法是否有 @ResponseBody 這個註解。

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章