Commit 1f0ac52b by 陶光胜

init

parent e148c462
......@@ -9,14 +9,10 @@
http://www.springframework.org/schema/context/spring-context.xsd
http://code.alibabatech.com/schema/dubbo http://code.alibabatech.com/schema/dubbo/dubbo.xsd">
<context:component-scan base-package="com.gic.enterprise.*"/>
<context:component-scan base-package="com.gic.finance.*"/>
<!-- 应用名称 -->
<dubbo:application name="gic-platform-auth-service"/>
<dubbo:protocol name="dubbo" port="20320"/>
<!--门店域-->
<dubbo:service interface="com.gic.auth.service.UserApiService" ref="userApiService" timeout="60000" />
<dubbo:reference interface="com.gic.log.api.service.LogApiService" id="logApiService" timeout="60000" />
<dubbo:protocol name="dubbo" port="20330"/>
</beans>
server:
port: 8340
port: 8350
servlet:
context-path: /gic-finance-web
tomcat:
......
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