Authored by zhaoyue

Bug fix

@@ -5,14 +5,13 @@ server.port=8090 @@ -5,14 +5,13 @@ server.port=8090
5 #server.ssl.key-password = xkl2016 5 #server.ssl.key-password = xkl2016
6 6
7 #MySQL 7 #MySQL
8 -spring.datasource.url=jdbc:mysql://db.hanhezy.com:4096/hanhe_test?useUnicode=true&autoReconnect=true&failOverReadOnly=false&zeroDateTimeBehavior=round&autoReconnect=true  
9 -spring.datasource.username=hanhe  
10 -spring.datasource.password=HANhetest2016  
11 - 8 +spring.datasource.url=jdbc:mysql://localhost:3306/hanhe_test?useUnicode=true&autoReconnect=true&failOverReadOnly=false&zeroDateTimeBehavior=round&autoReconnect=true
  9 +spring.datasource.username=root
  10 +spring.datasource.password=fyqmysql
12 11
13 #Redis 12 #Redis
14 spring.redis.host=127.0.0.1 13 spring.redis.host=127.0.0.1
15 -#spring.redis.password=foobared 14 +spring.redis.password=foobared
16 #spring.redis.host=r-m5e7cedd3124afd4.redis.rds.aliyuncs.com 15 #spring.redis.host=r-m5e7cedd3124afd4.redis.rds.aliyuncs.com
17 #spring.redis.password=r-m5e7cedd3124afd4:XIkaiLURedis2016 16 #spring.redis.password=r-m5e7cedd3124afd4:XIkaiLURedis2016
18 17
  1 +server.port=8090
  2 +
  3 +#server.ssl.key-store = ${user.home}/.keystore
  4 +#server.ssl.key-store-password = xkl2016
  5 +#server.ssl.key-password = xkl2016
  6 +
  7 +#MySQL
  8 +spring.datasource.url=jdbc:mysql://db.hanhezy.com:4096/hanhe_test?useUnicode=true&autoReconnect=true&failOverReadOnly=false&zeroDateTimeBehavior=round&autoReconnect=true
  9 +spring.datasource.username=hanhe
  10 +spring.datasource.password=HANhetest2016
  11 +
  12 +
  13 +#Redis
  14 +spring.redis.host=127.0.0.1
  15 +#spring.redis.password=foobared
  16 +#spring.redis.host=r-m5e7cedd3124afd4.redis.rds.aliyuncs.com
  17 +#spring.redis.password=r-m5e7cedd3124afd4:XIkaiLURedis2016
  18 +
  19 +spring.redis.port=6379