You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
572 B
21 lines
572 B
## 开发/测试/生产环境分别对应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
|