摘要:
JSP、Velocity、Freemarker、Thymeleaf都是模板引擎. 把模板和数据放到模板引擎中,然后解析输出. SpringBoot推荐使用Thymeleaf; Thymeleaf语法更简单,功能更强大. 1、引入Thymeleaf maven依赖: 我们也可以自己到SpringBoo 阅读全文
摘要:
有关我们web开发的配置SpringBoot都给我们放到了WebMvcAuotConfiguration这个类中,我们点开即可看到.它对静态资源的映射路径是怎么样的. 我们可以看到所有 /webjars/** ,都去 classpath:/META-INF/resources/webjars/ 找资 阅读全文