From d268171f7e6c074b1ca7a8121de1725ae90099a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=91=E5=B9=B4=E6=A2=A6=E4=B8=8E=E7=A0=96?= <2847127106@qq.com> Date: Wed, 4 Sep 2024 12:19:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + muyu-source-server/src/main/resources/bootstrap.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3e403e3..6d0ca4f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ target/ ### IntelliJ IDEA ### .idea +logs *.iws *.iml *.ipr diff --git a/muyu-source-server/src/main/resources/bootstrap.yml b/muyu-source-server/src/main/resources/bootstrap.yml index 010e105..06b9e32 100644 --- a/muyu-source-server/src/main/resources/bootstrap.yml +++ b/muyu-source-server/src/main/resources/bootstrap.yml @@ -29,8 +29,8 @@ spring: # username: ${nacos.user-name} # # nacos密码 # password: ${nacos.password} - namespace: ${nacos.namespace} + ip: 10.0.2.1 config: # 服务注册地址 server-addr: ${nacos.addr}