摘要:
JSP、Velocty、FreeMarker、Thymeleaf: SpringBoot推荐的Thymeleaf; 语法简单,功能强大 1.引入themeleaf <dependency> <groupId>org.springframework.boot</groupId> <artifactId 阅读全文
摘要:
public void addResourceHandlers(ResourceHandlerRegistry registry) { if (!this.resourceProperties.isAddMappings()) { logger.debug("Default resource han 阅读全文
摘要:
使用SpringBoot: 创建SpringBoot应用,选中我们需要的模块; SpringBoot已经默认将这些场景配置好了,只需要在配置文件中指定少量配置就可以运行起来; 自己编写业务代码; 自动配置原理? 这个场景SpringBoot帮我们配置了什么?能不能修改?能修改那些配置?能不能扩展?x 阅读全文