| | |
| | | <?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:context="http://www.springframework.org/schema/context" |
| | | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| | | xmlns:context="http://www.springframework.org/schema/context" |
| | | xmlns:aop="http://www.springframework.org/schema/aop" xmlns:tx="http://www.springframework.org/schema/tx" |
| | | xmlns:cache="http://www.springframework.org/schema/cache" xmlns:task="http://www.springframework.org/schema/task" |
| | | xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.3.xsd |
| | |
| | | http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task.xsd"> |
| | | |
| | | <!-- 配置自动扫描的包,使其自动注入到IOC容器 --> |
| | | <context:component-scan base-package="com.ruili.**" /> |
| | | <context:component-scan base-package="com.ruili.**,com.zbooksoft.**"/> |
| | | |
| | | <!-- 启用缓存注解功能(需要配置在Spring主配置文件中) --> |
| | | <cache:annotation-driven cache-manager="ehcacheManager" /> |