--修改配置

This commit is contained in:
2025-10-20 18:02:14 +08:00
parent b850a3779c
commit 840382bb6a
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -117,3 +117,4 @@ target
**/target **/target
!**/target !**/target
/logs /logs
target

View File

@ -3,7 +3,8 @@ spring:
name: facade-service name: facade-service
main: main:
allow-bean-definition-overriding: true allow-bean-definition-overriding: true
profiles:
active: remote
cloud: cloud:
nacos: #nacos监控 nacos: #nacos监控
config: config: