From c2fccb01b972176dc3da5a497b5e904025e9e98d Mon Sep 17 00:00:00 2001 From: bsw215583320 <baoshiwei121@163.com> Date: 星期二, 16 四月 2024 15:06:51 +0800 Subject: [PATCH] Merge branch 'master' of http://210.22.126.130:1111/r/dry/herb --- jeecg-module-dry/jeecg-module-dry-start/src/main/resources/application.yml | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/jeecg-module-dry/jeecg-module-dry-start/src/main/resources/application.yml b/jeecg-module-dry/jeecg-module-dry-start/src/main/resources/application.yml new file mode 100644 index 0000000..059f5f3 --- /dev/null +++ b/jeecg-module-dry/jeecg-module-dry-start/src/main/resources/application.yml @@ -0,0 +1,17 @@ +server: + port: 7010 +spring: + application: + name: ichd-dry + config: + import: + - optional:nacos:ichd.yaml + - optional:nacos:ichd-@profile.name@.yaml + cloud: + nacos: + config: + server-addr: @config.server-addr@ + discovery: + server-addr: ${spring.cloud.nacos.config.server-addr} + inetutils: + preferred-networks: 192.168 -- Gitblit v1.9.3