<?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>
相关文章
- 【Java】Spring Boot 配置文件
- Java读写XML文件的四种方式(DOM、SAX、JDOM、DOM4J)简述与比较
- Linux 快速清除配置文件的注释行和空白行的几种方法(sed,grep,egrep,awk)
- Java 优化:读取配置文件 "万能方式" 跨平台,动态获取文件的绝对路径
- C#读取xml文件指定节点下的值
- 关于CI框架加入sphinx官方API接口文件的时候,需要注意的问题
- 【深入JAVA EE】Spring配置文件解析
- 系统启动时,spring配置文件解析失败,报”cvc-elt.1: 找不到元素 'beans' 的声明“异常
- 黑马程序员_用类加载器的方式管理资源和配置文件简单介绍
- 关于java读取jar包中的配置文件问题