Commit 93450e78 by 陶光胜

使用gic配置方式

parent a3fde0c5
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
<!--<import resource="classpath:data-hook-init.xml"/>--><!-- data-hook 所有项目使用的 dubbo 环境配置(位于 data-hook-api/resource) --> <!--<import resource="classpath:data-hook-init.xml"/>--><!-- data-hook 所有项目使用的 dubbo 环境配置(位于 data-hook-api/resource) -->
<!--<import resource="classpath*:applicationContext-sharding-db.xml"/>--> <!--<import resource="classpath*:applicationContext-sharding-db.xml"/>-->
<import resource="classpath*:applicationContext-init.xml"/> <import resource="classpath*:applicationContext-init.xml"/>
<import resource="data-hook-dubbo-settings.xml"/><!-- data-hook 所有项目初始化参数加载(位于 data-hook-api/resource)--> <import resource="classpath*:dubbo-setting.xml"/>
<!-- <import resource="data-hook-dubbo-settings.xml"/>--><!-- data-hook 所有项目初始化参数加载(位于 data-hook-api/resource)-->
<import resource="data-hook-dubbo-config.xml"/><!-- data-hook web 项目使用的 dubbo 引用服务配置 --> <import resource="data-hook-dubbo-config.xml"/><!-- data-hook web 项目使用的 dubbo 引用服务配置 -->
</beans> </beans>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment