File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ isSuccess "unzip ${SERVERNAME}.zip"
121121echo " $SERVERNAME -step3:subsitution conf"
122122SERVER_CONF_PATH=$SERVER_HOME /$SERVERNAME /conf/application.properties
123123sed -i " s#server.port.*#server.port=$SERVER_PORT #g" $SERVER_CONF_PATH
124- sed -i " s#eureka.client.serviceUrl.defaultZon .*#eureka.client.serviceUrl.defaultZon =$EUREKA_URL #g" $SERVER_CONF_PATH
124+ sed -i " s#eureka.client.serviceUrl.defaultZone .*#eureka.client.serviceUrl.defaultZone =$EUREKA_URL #g" $SERVER_CONF_PATH
125125 isSuccess " subsitution conf of $SERVERNAME "
126126 }
127127
Original file line number Diff line number Diff line change 6969 <reflections .version>0.9.10</reflections .version>
7070 <jersey-bean-validation .version>2.21</jersey-bean-validation .version>
7171 <aspectj .version>1.9.5</aspectj .version>
72- <mysql .connector.version>5.1.47 </mysql .connector.version>
72+ <mysql .connector.version>8.0.28 </mysql .connector.version>
7373 <validation .api.version>2.0.1.Final</validation .api.version>
7474 <xstream .version>1.4.21</xstream .version>
7575 <flatten-maven-plugin .version>1.3.0</flatten-maven-plugin .version>
You can’t perform that action at this time.
0 commit comments