<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xmlns="http://www.springframework.org/schema/beans"
xmlns:aop="http://www.springframework.org/schema/aop"
xsi:schemaLocation="http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-4.2.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.2.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-4.2.xsd ">
<context:component-scan base-package="cn.jy.domain"></context:component-scan>
</beans>
相关文章
- [Spring框架]Spring开发实例: XML+注解.
- 【Java笔记】配置文件java.util.Properties类的使用
- 详解Java的Spring框架中的注解的用法
- LayoutInflater作用是将layout的xml布局文件实例化为View类对象。
- hadoop的两类配置文件及3种启动/关闭方式
- 通过修改my.ini配置文件来解决MySQL 5.6 内存占用过高的问题
- Android平台dalvik模式下java Hook框架ddi的分析(2)--dex文件的注入和调用
- Spring Boot(Spring的自动整合框架)
- Java读取WEB-INF目录下的properties配置文件
- 10.Spring——框架的AOP