--修改配置
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -117,3 +117,4 @@ target
|
|||||||
**/target
|
**/target
|
||||||
!**/target
|
!**/target
|
||||||
/logs
|
/logs
|
||||||
|
target
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user