diff --git a/xm-starter/pom.xml b/xm-starter/pom.xml index 403cad35..1e46a876 100644 --- a/xm-starter/pom.xml +++ b/xm-starter/pom.xml @@ -49,6 +49,17 @@ + + org.springframework.boot + spring-boot-maven-plugin + + + + repackage + + + + org.apache.maven.plugins maven-deploy-plugin diff --git a/xm-starter/src/main/resources/application-m1prod.properties b/xm-starter/src/main/resources/application-m1prod.properties index e73a9c1e..ffd4b114 100644 --- a/xm-starter/src/main/resources/application-m1prod.properties +++ b/xm-starter/src/main/resources/application-m1prod.properties @@ -59,7 +59,7 @@ spring.http.multipart.maxRequestSize=10Mb spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver -spring.datasource.jdbc-url=jdbc:mysql://123.207.117.5:3306/xm?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT +spring.datasource.jdbc-url=jdbc:mysql://10.0.0.5:3306/xm?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT spring.datasource.username=root spring.datasource.password=1qaz@WSX spring.datasource.validation-query=SELECT 1