From fa8ae4d0a136921f4effa33e3a75d02148a19d73 Mon Sep 17 00:00:00 2001
From: long <18782126717@163.com>
Date: Fri, 26 Aug 2022 18:14:37 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=AD=A3=E5=BC=8F=E7=8E=AF?=
=?UTF-8?q?=E5=A2=83=E9=85=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/application-prod.yml | 2 +-
pom.xml | 25 ++++++++++++++++++-
2 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/conflux-admin/src/main/resources/application-prod.yml b/conflux-admin/src/main/resources/application-prod.yml
index dae47d0..0978498 100644
--- a/conflux-admin/src/main/resources/application-prod.yml
+++ b/conflux-admin/src/main/resources/application-prod.yml
@@ -6,7 +6,7 @@ spring:
druid:
# 主库数据源
master:
- url: jdbc:mysql://127.0.0.1:3306/conflux_nft?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&useSSL=false
+ url: jdbc:mysql://47.108.105.48:3306/conflux_nft?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&useSSL=false
username: root
password: 123qweASD
# 从库数据源
diff --git a/pom.xml b/pom.xml
index b7f36fd..e8674be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,6 +240,17 @@
true
+
+
+ nexus
+ Nexus Repository
+ http://127.0.0.1/repository/maven-public/
+
+ true
+
+
+ true
+
jitpack.io
@@ -260,5 +271,17 @@
-
+
+
+
+ nexus-releases
+ Nexus Release Repository
+ http://127.0.0.1:8081/repository/maven-releases/
+
+
+ nexus-snapshots
+ Nexus Snapshot Repository
+ http://127.0.0.1:8081/repository/maven-snapshots/
+
+
\ No newline at end of file