| 1234567891011121314151617 |
- server:
- port: 9800
- spring:
- application:
- name: launch-webflux
- profiles:
- # 环境配置
- active: prod
- xxl:
- sso:
- server: https://sso.mokamrp.com/sso/login?redirect_url=https://test-space.mokamrp.com/#/
- excluded:
- paths: /assetManagementHugeCreatedEvent/conversion
- start: /out/
|