Commit 611a6cda95f8aac7d66b98f2bacc454efe550238

Authored by llw
1 parent f56768a4

tijiao

src/main/resources/dubbo/dubbo-park-consumer.xml
... ... @@ -138,4 +138,10 @@
138 138 version="${spring.dubbo.provider.version}"
139 139 timeout="30000"/>
140 140  
  141 +
  142 + <!-- PDA管理 -->
  143 + <dubbo:reference id="tpPPdaService" interface="com.zteits.clouds.api.service.park.TpPPdaService"
  144 + version="${spring.dubbo.provider.version}"
  145 + timeout="30000"/>
  146 +
141 147 </beans>
142 148 \ No newline at end of file
... ...