| 1234567891011121314151617181920212223242526 |
- server:
- port: 8330
- servlet:
- context-path: /wfauto
- management:
- server:
- port: 8331
- endpoints:
- web:
- exposure:
- include: '*'
- spring:
- profiles:
- active: ${SPRING_PROFILES_ACTIVE:default}
- cloud:
- nacos:
- config:
- server-addr: 192.168.10.18:8848
- namespace: stong-test-train
- discovery:
- server-addr: 192.168.10.18:8848
- namespace: stong-test-train
- metadata:
- VERSION: 1.0.0
|