多单位版国产化地质资料管理系统
zhai
2025-11-17 378d576468f1378179a8a184e78b8aa6309edc0f
src/main/resources/applicationContext.xml
@@ -1,6 +1,7 @@
<?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
@@ -11,7 +12,7 @@
      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" />