Commit 0efa4a198ce0749160a28533db8e60bc976f1b78
1 parent
b5b374e8
添加钉钉配置
Showing
1 changed file
with
5 additions
and
0 deletions
gateway.yml
| ... | ... | @@ -253,6 +253,11 @@ zuul: |
| 253 | 253 | path: /app/cxcy/** |
| 254 | 254 | #url: http://cxcy-service:16300 |
| 255 | 255 | serviceId: cxcy-service |
| 256 | + dingding: | |
| 257 | + path: /dingding-service/** | |
| 258 | + #url: http://user-service:16100 | |
| 259 | + serviceId: user-service | |
| 260 | + | |
| 256 | 261 | |
| 257 | 262 | hystrix: |
| 258 | 263 | command: | ... | ... |