thymeleaf
fzzlov
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
thymeleaf自定义标签
thymeleaf自定义标签 1、 导入pom文件 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> 2、 ...原创 2019-08-29 10:15:55 · 698 阅读 · 1 评论 -
tymeleaf模板404,500页面跳转
thymeleaf模板404,500页面跳转 1、 导入pom文件 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> &l...原创 2019-08-30 14:32:22 · 720 阅读 · 0 评论 -
thymeleaf全局变量定义
thymeleaf全局变量定义 1、 重写configureViewResolvers方法 /** * @author : fzz */ @Component public class WebMvcConfigurerAdapter implements WebMvcConfigurer { @Resource(name="thymeleafViewResolver") pr...原创 2019-08-30 14:55:40 · 5896 阅读 · 2 评论
分享