备份一下我的88bugs的application文档

# 服务端口server.port=8083#spring.mvc.favicon.enabled=falseserver.servlet.context-path=/bug/dateformat=yyyy-MM-dd HH:mm:ssroles=role_user,role_adminspring.datasource.url=jdbc:mysql://xxxxxx:/88bugs?serverTimezone=UTCspring.datasource.username=rootspring.datasource.password=rootspring.datasource.driver-class-name=com.mysql.cj.jdbc.Driverspring.datasource.max-idle=10spring.datasource.max-wait=10000spring.datasource.min-idle=5spring.datasource.initial-size=5server.tomcat.uri-encoding=UTF-8spring.http.encoding.charset=UTF-8spring.http.encoding.enabled=truespring.http.encoding.force=truespring.messages.encoding=UTF-8############# log ################# TRACE < DEBUG < INFO < WARN < ERROR < FATAL###################logging.path=./logging.pattern.console=%d{yyyyMMdd HH:mm:ss} [%thread] %-5level %logger{50} - %msg%nlogging.pattern.file=%d{yyyyMMdd HH:mm:ss} === [%thread] === %-5level === %logger{50} === - %msg%nlogging.level.com.example.demo=DEBUGlogging.file.max-history=0logging.file.max-size=10mbspring.mail.host=smtp.qq.comspring.mail.port=25spring.mail.username=xxxspring.mail.bcc=xxxspring.mail.password=xxxspring.mail.properties.mail.smtp.auth=truespring.mail.properties.mail.smtp.starttls.enable=true spring.mail.properties.mail.smtp.starttls.required=true #注意:在spring.mail.password处的值是需要在邮箱设置里面生成的授权码,这个不是真实的密码#thymelea模板配置spring.thymeleaf.prefix=classpath:/templates/spring.thymeleaf.suffix=.htmlspring.thymeleaf.mode=HTMLspring.thymeleaf.encoding=UTF-8spring.thymeleaf.servlet.content-type:text/html#热部署文件,页面不产生缓存,及时更新spring.thymeleaf.cache=falsespring.resources.chain.strategy.content.enabled=truespring.resources.chain.strategy.content.paths=/**#spring.mail.properties.mail.smtp.auth=true#spring.mail.properties.smtp.starttls.enable=true#spring.mail.properties.smtp.starttls.required=true#spring.thymeleaf.check-template=true#spring.thymeleaf.check-template-location=true

  

相关文章