摘要: 1.简介 Thymeleaf是流行的模板引擎,Spring Boot推荐使用。语法简介,功能更加强大。 模板引擎:JSP、FreeMarker、Velocity、Thymeleaf 2.pom.xml中导入依赖 <dependency> <groupId>org.springframework.bo 阅读全文
posted @ 2020-07-09 00:20 沧浪之水清兮丶 阅读(269) 评论(0) 推荐(0)
摘要: 1.pom.xml文件中引入热部署依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <scope>runtime</scope> </de 阅读全文
posted @ 2020-07-08 00:04 沧浪之水清兮丶 阅读(1042) 评论(0) 推荐(0)