|
@@ -1,7 +1,8 @@
|
|
|
spring.config.import:
|
|
|
- - classpath:web.yml
|
|
|
- - classpath:mybatis-plus.yml
|
|
|
- - classpath:nacos.yml
|
|
|
+ - optional:classpath:web.yml
|
|
|
+ - optional:classpath:mybatis-plus.yml
|
|
|
+ - optional:classpath:nacos.yml
|
|
|
+ - optional:classpath:admin-client.yml
|
|
|
---
|
|
|
#---表示文档分隔符,在Spring Boot中后续文档块的配置会覆盖前面文档块的同名配置
|
|
|
server.port: 10001
|