forked from kidgrow-microservices-platform

zhaoxiaohao
2020-10-26 485ac2403326f2c3502c25ccf5834b299cbd88c0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# 默认开发环境
spring.profiles.active=dev
 
### web
server.port=8081
 
### resources
spring.mvc.static-path-pattern=/static/**
spring.resources.static-locations=classpath:/static/
 
### freemarker
spring.freemarker.templateLoaderPath=classpath:/templates/
spring.freemarker.suffix=.ftl
spring.freemarker.charset=UTF-8
spring.freemarker.request-context-attribute=request
spring.freemarker.settings.number_format=0.##########
 
### mybatis
mybatis.mapper-locations=classpath:/mybatis-mapper/*Mapper.xml
 
### xxl-job, datasource
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
 
spring.datasource.type=org.apache.tomcat.jdbc.pool.DataSource
spring.datasource.tomcat.max-wait=10000
spring.datasource.tomcat.max-active=30
spring.datasource.tomcat.test-on-borrow=true
 
### xxl-job email
spring.mail.properties.mail.smtp.auth=true
spring.mail.properties.mail.smtp.starttls.enable=true
spring.mail.properties.mail.smtp.starttls.required=true
 
### xxl-job, access token
xxl.job.accessToken=
 
### xxl-job, i18n (default empty as chinese, "en" as english)
xxl.job.i18n=