From 19d0fd2c0e7860e2d5d075f926df0d190ebb34cc Mon Sep 17 00:00:00 2001
From: peternameyakj <908253177@qq.com>
Date: Tue, 15 Oct 2024 10:40:15 +0800
Subject: [PATCH] 邮箱
---
src/main/resources/spring/applicationContext.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/spring/applicationContext.xml b/src/main/resources/spring/applicationContext.xml
index bd68fd3..eb08db4 100644
--- a/src/main/resources/spring/applicationContext.xml
+++ b/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">
--
Gitblit v1.9.3