Authored by zhaoyue

local run

git add --all src/*
git add push.sh
git commit -m "local run"
git push origin zhaoyue-dev
git status
\ No newline at end of file
... ...
server.port=8090
server.ssl.key-store = ${user.home}/.keystore
server.ssl.key-store-password = xkl2016
server.ssl.key-password = xkl2016
#server.ssl.key-store = ${user.home}/.keystore
#server.ssl.key-store-password = xkl2016
#server.ssl.key-password = xkl2016
#MySQL
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
spring.datasource.password=HANhetest2016
#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.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
... ...
... ... @@ -27,7 +27,7 @@
if (url && url.length > 1) {
url = decodeURIComponent(url[1]);
} else {
url = "https://139.129.166.85:8090/api-docs";
url = "http://127.0.0.1:8090/api-docs";
}
window.swaggerUi = new SwaggerUi({
url: url,
... ...