From d8bd0b97e197c610d4fd15f1fc03305215aa3921 Mon Sep 17 00:00:00 2001 From: qqkj Date: Wed, 30 Dec 2020 21:22:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9D=83=E9=99=90=E6=8E=A7?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xm-starter/pom.xml | 11 +++++++++++ .../src/main/resources/application-m1prod.properties | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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