peternameyakj
2024-07-30 f23b33bbb9eaff76cac5b69e3b793fc7910fb0fa
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">