zj
2025-06-27 6352a0f7e96accea66900f7478f59300a49de7d8
src/main/resources/spring/applicationContext.xml
@@ -16,7 +16,8 @@
    <context:property-placeholder location="classpath:config.properties" />
    
    <!-- 导入类路径下的所有spring配置文件 -->
   <import resource="classpath*:applicationContext-*.xml" />
   <import resource="classpath*:spring/applicationContext-*.xml" />
   
    <!--配置阿里DRUID数据源-->
     <bean name="dataSource" class="com.alibaba.druid.pool.DruidDataSource" init-method="init" destroy-method="close">