| | |
| | | xxl: |
| | | job: |
| | | admin: |
| | | addresses: http://127.0.0.1:9090/xxl-job-admin # 调度中心部署跟地址 |
| | | addresses: http://172.16.8.100:9090/xxl-job-admin # 调度中心部署跟地址 |
| | | |
| | | --- #################### 服务保障相关配置 #################### |
| | | |
| | |
| | | |
| | | # 平台配置项,设置当前项目所有自定义的配置 |
| | | iailab: |
| | | env: # 多环境的配置项 |
| | | tag: ${HOSTNAME} |
| | | captcha: |
| | | enable: false # 本地环境,暂时关闭图片验证码,方便登录等接口的测试 |
| | | security: |
| | | mock-enable: true |
| | | access-log: # 访问日志的配置项 |
| | | enable: false |
| | | xss: |
| | | enable: false |
| | | exclude-urls: # 如下两个 url,仅仅是为了演示,去掉配置也没关系 |
| | | - ${spring.boot.admin.context-path}/** # 不处理 Spring Boot Admin 的请求 |
| | | - ${management.endpoints.web.base-path}/** # 不处理 Actuator 的请求 |
| | | pay: |
| | | pay-notify-url: http://niubi.natapp1.cc/api/pay/order/notify |
| | | pay-return-url: http://niubi.natapp1.cc/api/pay/order/return |
| | | refund-notify-url: http://niubi.natapp1.cc/api/pay/refund/notify |
| | | demo: false # 开启演示模式 |
| | | |
| | | justauth: |