SpringBoot+thymeleaf

时间:2021-05-27 06:53:57
【文件属性】:
文件名称:SpringBoot+thymeleaf
文件大小:2KB
文件格式:ZIP
更新时间:2021-05-27 06:53:57
SpringBoot ,thymeleaf 实现Springboot和thymeleaf的整合。 1.使用@Controller 注解,在对应的方法上,视图解析器可以解析return 的jsp,html页面,并且跳转到相应页面 2.@RestController注解,相当于@Controller+@ResponseBody两个注解的结合,返回json数据不需要在方法前面加@ResponseBody注解了,但使用@RestController这个注解,就不能返回jsp,html页面,视图解析器无法解析jsp,html页面 参考:https://www.cnblogs.com/shuaifing/p/8119664.html
【文件预览】:
demo
----reademe.txt(137B)
----pom.xml(4KB)
----PageDemoController.txt(299B)
----RestDemoController.txt(1KB)

网友评论