Showing
3 changed files
with
13 additions
and
8 deletions
push.sh
0 → 100644
| 1 | server.port=8090 | 1 | server.port=8090 |
| 2 | 2 | ||
| 3 | -server.ssl.key-store = ${user.home}/.keystore | ||
| 4 | -server.ssl.key-store-password = xkl2016 | ||
| 5 | -server.ssl.key-password = xkl2016 | 3 | +#server.ssl.key-store = ${user.home}/.keystore |
| 4 | +#server.ssl.key-store-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 | 8 | spring.datasource.url=jdbc:mysql://db.hanhezy.com:4096/hanhe_test?useUnicode=true&autoReconnect=true&failOverReadOnly=false&zeroDateTimeBehavior=round&autoReconnect=true |
| @@ -10,9 +10,9 @@ spring.datasource.username=hanhe | @@ -10,9 +10,9 @@ spring.datasource.username=hanhe | ||
| 10 | spring.datasource.password=HANhetest2016 | 10 | spring.datasource.password=HANhetest2016 |
| 11 | 11 | ||
| 12 | #Redis | 12 | #Redis |
| 13 | -#spring.redis.host=127.0.0.1 | ||
| 14 | -#spring.redis.password=foobared | ||
| 15 | -spring.redis.host=r-m5e7cedd3124afd4.redis.rds.aliyuncs.com | ||
| 16 | -spring.redis.password=r-m5e7cedd3124afd4:XIkaiLURedis2016 | 13 | +spring.redis.host=127.0.0.1 |
| 14 | +spring.redis.password=foobared | ||
| 15 | +#spring.redis.host=r-m5e7cedd3124afd4.redis.rds.aliyuncs.com | ||
| 16 | +#spring.redis.password=r-m5e7cedd3124afd4:XIkaiLURedis2016 | ||
| 17 | 17 | ||
| 18 | spring.redis.port=6379 | 18 | spring.redis.port=6379 |
| @@ -27,7 +27,7 @@ | @@ -27,7 +27,7 @@ | ||
| 27 | if (url && url.length > 1) { | 27 | if (url && url.length > 1) { |
| 28 | url = decodeURIComponent(url[1]); | 28 | url = decodeURIComponent(url[1]); |
| 29 | } else { | 29 | } else { |
| 30 | - url = "https://139.129.166.85:8090/api-docs"; | 30 | + url = "http://127.0.0.1:8090/api-docs"; |
| 31 | } | 31 | } |
| 32 | window.swaggerUi = new SwaggerUi({ | 32 | window.swaggerUi = new SwaggerUi({ |
| 33 | url: url, | 33 | url: url, |
-
Please register or login to post a comment