From 59b9376070522038963d10dc48f32a2770d99426 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 16 七月 2025 10:30:00 +0800 Subject: [PATCH] 添加模块,解决服务启动报错 --- se-system/src/main/resources/mybatis.xml | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/se-system/src/main/resources/mybatis.xml b/se-system/src/main/resources/mybatis.xml index 86d68f2..34ce323 100644 --- a/se-system/src/main/resources/mybatis.xml +++ b/se-system/src/main/resources/mybatis.xml @@ -35,8 +35,4 @@ <!--鈥岀被鍨嬪埆鍚嶉厤缃�--> <package name="com.terra.collect.entity"/> </typeAliases> - <mappers> - <!--Mapper鏂囦欢浣嶇疆閰嶇疆--> - <mapper resource="mapper/**/*.xml" /> - </mappers> </configuration> \ No newline at end of file -- Gitblit v1.9.3