JeeStudy 发表于 2017-7-12 12:24:23

Spring Boot Thymeleaf 的自动配置原理



@ConfigurationProperties("spring.thymeleaf")
public class ThymeleafProperties {


可以在application.properties 中通过 spring.thymeleaf.xxx 来进行配置
页: [1]
查看完整版本: Spring Boot Thymeleaf 的自动配置原理