2020
10-21
10-21
SpringBoot使用Thymeleaf模板引擎访问静态html的过程
最近要做一个javaweb项目,因为页面不是很多,所以就没有前后端分离,前后端写在一起,这时候就用到thymeleaf了,以下是不动脑式的傻瓜教程。。。。。一:创建springboot的web项目,过程略;二:依赖如下:<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-web</artifactId></dependency><dependency><groupId>org.springframework.boot</groupId><ar...
继续阅读 >