Blame view

src/main/resources/application.properties 842 Bytes
fangyeqing authored
1 2 3 4 5 6 7
server.port=8090

#server.ssl.key-store = ${user.home}/.keystore
#server.ssl.key-store-password = xkl2016
#server.ssl.key-password = xkl2016

#MySQL
fangyeqing authored
8 9 10 11
#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
zhaoyue authored
12 13 14
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
fangyeqing authored
15 16 17

#Redis
spring.redis.host=127.0.0.1
zhaoyue authored
18
spring.redis.password=foobared
fangyeqing authored
19 20 21
#spring.redis.host=r-m5e7cedd3124afd4.redis.rds.aliyuncs.com
#spring.redis.password=r-m5e7cedd3124afd4:XIkaiLURedis2016
zhaoyue authored
22
spring.redis.port=6379
fangyeqing authored
23