| 1234567891011121314151617 |
- app:
- id: cems-lampblack
- apollo:
- #meta: http://192.168.0.103:8080
- meta: http://127.0.0.1:8180
- bootstrap:
- enabled: true
- namespaces: ${namespace}
- config:
- type: yaml
- tg:
- cat:
- feign:
- enabled: false
- spring:
- main:
- allow-bean-definition-overriding: true
|