You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
393 B
24 lines
393 B
2 years ago
|
server:
|
||
|
port: 80
|
||
|
|
||
|
spring:
|
||
|
cloud:
|
||
|
gateway:
|
||
|
discovery:
|
||
|
locator:
|
||
|
enabled: true
|
||
|
loadbalancer:
|
||
|
retry:
|
||
|
enabled: true
|
||
|
|
||
|
# 聚合文档配置
|
||
|
blade:
|
||
|
document:
|
||
|
resources:
|
||
|
- name: 授权模块
|
||
|
location: /blade-auth
|
||
|
- name: 工作台模块
|
||
|
location: /blade-desk
|
||
|
- name: 系统模块
|
||
|
location: /blade-system
|