Commit 1d4d13cf60ba610281749f54db6ca7f1c69f5be0
1 parent
211beb2a
test
Showing
1 changed file
with
5 additions
and
3 deletions
cloud-product-service.yml
| ... | ... | @@ -7,11 +7,13 @@ spring: |
| 7 | 7 | config: |
| 8 | 8 | discovery: |
| 9 | 9 | enabled: true |
| 10 | + sentinel: | |
| 11 | + transport: | |
| 12 | + port: 8719 | |
| 13 | + dashboard: localhost:8080 | |
| 10 | 14 | aop: |
| 11 | 15 | proxy-target-class: true |
| 12 | - sentinel: | |
| 13 | - transport: | |
| 14 | - dashboard: localhost:8080 | |
| 16 | + | |
| 15 | 17 | coreDatasource: |
| 16 | 18 | write: |
| 17 | 19 | name: gxb_core | ... | ... |