From f259f1b62d2e388ffee114aacb55164cb9b33b78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A2=81=E5=AD=90=E9=BE=99?= <14096380+qwe963852@user.noreply.gitee.com> Date: Mon, 5 Aug 2024 19:55:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 4 ++-- src/main/resources/bootstrap.yml | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 068090f..f21c7f1 100644 --- a/pom.xml +++ b/pom.xml @@ -9,10 +9,10 @@ 4.0.0 - cloud-modules-system + cloud-system - cloud-modules-system系统模块 + cloud-system系统模块 diff --git a/src/main/resources/bootstrap.yml b/src/main/resources/bootstrap.yml index 119765b..0e6b9c4 100644 --- a/src/main/resources/bootstrap.yml +++ b/src/main/resources/bootstrap.yml @@ -4,13 +4,12 @@ server: # nacos线上地址 nacos: - addr: 49.235.145.175:8848 + addr: 47.96.25.186:8848 user-name: nacos password: nacos namespace: cloud-12 - -# Spring 什么ID 用的是 就这个上线嗯 后来就差分项目到线上了 +# Spring spring: main: allow-bean-definition-overriding: true