会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
沧浪之水清兮丶
博客园
首页
新随笔
联系
订阅
管理
2020年7月9日
Thymeleaf入门(基于SpringBoot)
摘要: 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)
2020年7月8日
IDEA(2020.1)使用springboot热部署
摘要: 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)