Blame view

src/main/resources/application.properties.online.hanhe 790 Bytes
zhaoyue authored
1 2 3 4 5 6 7 8 9 10
server.port=8090

#MySQL
spring.datasource.url=jdbc:mysql://db.hanhezy.com:4096/hanhe_test?useUnicode=true&autoReconnect=true&failOverReadOnly=false&zeroDateTimeBehavior=round&autoReconnect=true
spring.datasource.username=hanhe
spring.datasource.password=HANhetest2016
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
spring.jpa.database-platform=org.hibernate.dialect.MySQL5Dialect
spring.jpa.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
zhaoyue authored
13 14 15 16 17 18 19 20

#Redis
#spring.redis.host=127.0.0.1
#spring.redis.password=foobared
spring.redis.host=r-m5e7cedd3124afd4.redis.rds.aliyuncs.com
spring.redis.password=r-m5e7cedd3124afd4:XIkaiLURedis2016

spring.redis.port=6379