36 Star 112 Fork 27

快鸟 / rpcblade

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
application.xml 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
zhiyuan 提交于 2017-11-21 16:33 . init
<?xml version="1.0" encoding="UTF-8" ?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
xmlns:mvc="http://www.springframework.org/schema/mvc" xmlns:context="http://www.springframework.org/schema/context"
xmlns:aop="http://www.springframework.org/schema/aop"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd">
<!-- 加载@Component, @Service, @Repository -->
<!-- <context:component-scan base-package="com.kvn.rpc.service"> -->
<!-- <context:exclude-filter type="annotation" expression="org.springframework.stereotype.Controller" /> -->
<!-- </context:component-scan> -->
<bean class="com.kvn.blade.scan.RpcScannerConfigurer">
<property name="basePackage" value="com.kvn.rpc.service" />
</bean>
</beans>
Java
1
https://gitee.com/kkk001/rpcblade.git
git@gitee.com:kkk001/rpcblade.git
kkk001
rpcblade
rpcblade
master

搜索帮助