Blame view

src/main/resources/application.properties.fyq 648 Bytes
zhaoyue authored
1 2 3
server.port=8090

#MySQL
zhaoyue authored
4 5 6
spring.datasource.url=jdbc:mysql://localhost:3306/hanhe_test?useUnicode=true&autoReconnect=true&failOverReadOnly=false&zeroDateTimeBehavior=round&autoReconnect=true
spring.datasource.username=root
spring.datasource.password=fyqmysql
fangyeqing authored
7 8 9 10
spring.datasource.validation-query=SELECT 1
spring.datasource.test-on-borrow=false
spring.datasource.test-while-idle=true
spring.datasource.time-between-eviction-runs-millis=18800
zhaoyue authored
11 12 13

#Redis
spring.redis.host=127.0.0.1
zhaoyue authored
14
spring.redis.password=foobared
zhaoyue authored
15 16 17
#spring.redis.host=r-m5e7cedd3124afd4.redis.rds.aliyuncs.com
#spring.redis.password=r-m5e7cedd3124afd4:XIkaiLURedis2016
zhaoyue authored
18
spring.redis.port=6379