From d6bb66ef784e4d66d40d7979983220935705a243 Mon Sep 17 00:00:00 2001 From: weiweiw <14335254+weiweiw22@user.noreply.gitee.com> Date: Fri, 24 Jan 2025 16:22:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0face=E4=BA=BA=E8=84=B8?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/face_bootstrap.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100755 scripts/face_bootstrap.yml diff --git a/scripts/face_bootstrap.yml b/scripts/face_bootstrap.yml new file mode 100755 index 0000000..5620616 --- /dev/null +++ b/scripts/face_bootstrap.yml @@ -0,0 +1,29 @@ +# Tomcat +server: + port: 18087 + +# Spring +spring: + application: + # 应用名称 + name: bonus-face + profiles: + # 环境配置 + active: dev + cloud: + nacos: + username: nacos + password: nacos + discovery: + # 服务注册地址 + server-addr: 192.168.0.16:18848 + namespace: 0498f4fe-8430-4d43-acfe-f0cdf9a91df4 + config: + # 配置中心地址 + server-addr: 192.168.0.16:18848 + namespace: 0498f4fe-8430-4d43-acfe-f0cdf9a91df4 + # 配置文件格式 + file-extension: yml + # 共享配置 + shared-configs: + - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}