1
zj
2025-04-01 610c76c7d87d0140a21bb10d644597f615d9d8c5
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">