Sfoglia il codice sorgente

修改生产环境配置文件

xiewenjie 3 anni fa
parent
commit
be9db3def2

+ 1 - 1
startJar.sh

@@ -11,7 +11,7 @@ checkEnv(){
       if [ -z "${APP_NAME}" ] || [ -z "${APP_DEBUG}" ]; then #判断pid是否为空
            if [[ $1 = 'prod' ]];   then
                         echo "prod start"
-                        APP_NAME=changeing-dev.jar
+                        APP_NAME=changeing-prod.jar
                         APP_DEBUG=5526
                       elif  [[ $1 = 'uat' ]] ; then
                         echo "uat start"

+ 1 - 1
sxz-application/src/main/resources/application-prod.properties

@@ -1,4 +1,4 @@
-server.port=8089
+server.port=8088
 server.file.location=/mnt/OneKeyDecorate/
 upload.file.location=${server.file.location}upload/
 spring.session.store-type=REDIS