Commit 5049cdb0100068f4c195895390bb6a4df9ff9650
1 parent
754529b2
24小时占用率
Showing
1 changed file
with
5 additions
and
0 deletions
src/main/resources/dubbo/dubbo-park-consumer.xml
| @@ -144,4 +144,9 @@ | @@ -144,4 +144,9 @@ | ||
| 144 | version="${spring.dubbo.provider.version}" | 144 | version="${spring.dubbo.provider.version}" |
| 145 | timeout="30000"/> | 145 | timeout="30000"/> |
| 146 | 146 | ||
| 147 | + <!-- 政府云平台->24小时占用率 --> | ||
| 148 | + <dubbo:reference id="parkOccupyService" interface="com.zteits.clouds.api.service.govclouds.ParkOccupyService" | ||
| 149 | + version="${spring.dubbo.provider.version}" | ||
| 150 | + timeout="30000"/> | ||
| 151 | + | ||
| 147 | </beans> | 152 | </beans> |
| 148 | \ No newline at end of file | 153 | \ No newline at end of file |