zj
2025-05-02 01830e44921b187b448d8cce9c9a46b9ad55af43
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">