## 开发/测试/生产环境分别对应devqianqin/test/prodqianqin spring.profiles.active=m1prod #配置mybatis mybatis.config-location=classpath:/mybatis/mybatis-config.xml mybatis.mapperLocations=classpath*:/mybatis/mapper/**/*.xml #配置日志 logging.level.root=info #配置thymeleaf # THYMELEAF (ThymeleafAutoConfiguration) spring.thymeleaf.prefix=classpath:/templates/ spring.thymeleaf.suffix=.html spring.thymeleaf.mode=HTML spring.thymeleaf.encoding=UTF-8 spring.thymeleaf.enabled=false spring.thymeleaf.content-type=text/html spring.thymeleaf.cache=true