From 25e1d54f2295934446473fe85cf022fa6140b4e0 Mon Sep 17 00:00:00 2001
From: peternameyakj <908253177@qq.com>
Date: Sun, 21 Jul 2024 16:24:31 +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