摘要: 1、springmvc的自动配置 文档:https://docs.spring.io/spring-boot/docs/2.1.1.RELEASE/reference/htmlsingle/#boot-features-spring-mvc WebMvcAutoConfiguration.java 阅读全文
posted @ 2020-03-15 16:17 Arbitrary233 阅读(233) 评论(0) 推荐(0)
摘要: 模板引擎有:JSP、Velocity、Freemarker、Thymeleaf 等..... 对于模板引擎,SpringBoot(springboot使用的是嵌入式的tomcat所以不支持jsp)推荐的Thymeleaf; 1)、引入thymeleaf (thyme:百里香,leaf:叶子 thym 阅读全文
posted @ 2020-03-15 14:50 Arbitrary233 阅读(621) 评论(0) 推荐(0)
摘要: 对静态资源映射的映射类配置: public void addResourceHandlers(ResourceHandlerRegistry registry) { if (!this.resourceProperties.isAddMappings()) { logger.debug("Defau 阅读全文
posted @ 2020-03-15 14:47 Arbitrary233 阅读(363) 评论(0) 推荐(0)