Commit 5c2a812e8e9e54e7516747a266c1aa031dd7bd85
1 parent
d5c19bde
pda管理consumer
Showing
1 changed file
with
5 additions
and
0 deletions
src/main/resources/dubbo/dubbo-park-consumer.xml
... | ... | @@ -157,4 +157,9 @@ |
157 | 157 | <dubbo:reference id="berthManageService" interface="com.zteits.clouds.api.service.park.BerthManageService" |
158 | 158 | version="${spring.dubbo.provider.version}" |
159 | 159 | timeout="30000"/> |
160 | + | |
161 | + <!--企业云平台-设备管理 -pda管理--> | |
162 | + <dubbo:reference id="tpPPdaService" interface="com.zteits.clouds.api.service.park.TpPPdaService" | |
163 | + version="${spring.dubbo.provider.version}" | |
164 | + timeout="30000"/> | |
160 | 165 | </beans> |
161 | 166 | \ No newline at end of file | ... | ... |