1、为什么thymeleaf用的不怎么多?
因为现在很多都是前后端分离,不需要我们后端进行渲染了
前后端分离方式:
- 后端提供json,前端(浏览器)渲染
- 服务器渲染 -> jsp、thymeleaf
https://www.thymeleaf.org/doc/tutorials/2.1/usingthymeleaf.html#base-objects
https://www.cnblogs.com/wmyskxz/p/10208648.html
引入bootstrap
1、为什么thymeleaf用的不怎么多?
因为现在很多都是前后端分离,不需要我们后端进行渲染了
前后端分离方式:
https://www.thymeleaf.org/doc/tutorials/2.1/usingthymeleaf.html#base-objects
https://www.cnblogs.com/wmyskxz/p/10208648.html
引入bootstrap