From e3b24d1b7dabe4164a92cf5c4f92a1315be64a1b Mon Sep 17 00:00:00 2001 From: lzh Date: Sat, 24 Sep 2022 14:06:01 +0800 Subject: [PATCH] =?UTF-8?q?anrui=5Fcrm=E5=8A=A0=E5=85=A5Jenkins?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- anrui-crm/anrui-crm-api/pom.xml | 11 +++++++++++ .../src/main/resources/application-test.yml | 8 ++++---- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/anrui-crm/anrui-crm-api/pom.xml b/anrui-crm/anrui-crm-api/pom.xml index 1fca7b5a42..377cc26b54 100644 --- a/anrui-crm/anrui-crm-api/pom.xml +++ b/anrui-crm/anrui-crm-api/pom.xml @@ -43,5 +43,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-crm/anrui-crm-biz/src/main/resources/application-test.yml b/anrui-crm/anrui-crm-biz/src/main/resources/application-test.yml index 9700ac2351..e0b92f32ad 100644 --- a/anrui-crm/anrui-crm-biz/src/main/resources/application-test.yml +++ b/anrui-crm/anrui-crm-biz/src/main/resources/application-test.yml @@ -1,16 +1,16 @@ spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://39.104.142.192:3306/anrui_crm?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true + url: jdbc:mysql://172.18.0.4:3306/anrui_crm?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 redis: database: 3 # Redis数据库索引(默认为0) - host: 127.0.0.1 + host: 172.18.0.7 jedis: pool: max-active: -1 #连接池最大连接数(使用负值表示没有限制)