From 7268be80f5269ee1d036cfe006365302dac3b510 Mon Sep 17 00:00:00 2001 From: lzh Date: Sat, 24 Sep 2022 14:35:42 +0800 Subject: [PATCH] =?UTF-8?q?anrui=5Fflowable=E5=8A=A0=E5=85=A5Jenkins?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- anrui-flowable/anrui-flowable-api/pom.xml | 11 +++++++++++ .../src/main/resources/application-test.yml | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/anrui-flowable/anrui-flowable-api/pom.xml b/anrui-flowable/anrui-flowable-api/pom.xml index 22d8c44058..7fb00d8633 100644 --- a/anrui-flowable/anrui-flowable-api/pom.xml +++ b/anrui-flowable/anrui-flowable-api/pom.xml @@ -47,5 +47,16 @@ + + + nexus-releases + http://nexus3.yyundong.com/repository/yxt-mvn-releases/ + + + nexus-snapshots + http://nexus3.yyundong.com/repository/yxt-mvn-snapshot/ + + + \ No newline at end of file diff --git a/anrui-flowable/anrui-flowable-biz/src/main/resources/application-test.yml b/anrui-flowable/anrui-flowable-biz/src/main/resources/application-test.yml index 0a57053284..d6a499b283 100644 --- a/anrui-flowable/anrui-flowable-biz/src/main/resources/application-test.yml +++ b/anrui-flowable/anrui-flowable-biz/src/main/resources/application-test.yml @@ -1,11 +1,11 @@ spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://39.104.142.192:3306/flowable?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true + url: jdbc:mysql://172.18.0.4:3306/flowable?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true username: root - password: 123456 + password: yxt_mysql_138 cloud: nacos: discovery: - server-addr: 127.0.0.1:8848 + server-addr: 172.18.0.5:8848