From 4988e04e82e530137da576c456871cc621483b12 Mon Sep 17 00:00:00 2001 From: 刘小明 <liuxm_a@163.com> Date: 星期一, 14 十月 2024 15:51:18 +0800 Subject: [PATCH] 优化文件管理controller相关功能 --- pms-parent/pms-web-other/src/main/java/com/dy/pmsOther/PmsOtherApplication.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pms-parent/pms-web-other/src/main/java/com/dy/pmsOther/PmsOtherApplication.java b/pms-parent/pms-web-other/src/main/java/com/dy/pmsOther/PmsOtherApplication.java index e495a22..7dc4e94 100644 --- a/pms-parent/pms-web-other/src/main/java/com/dy/pmsOther/PmsOtherApplication.java +++ b/pms-parent/pms-web-other/src/main/java/com/dy/pmsOther/PmsOtherApplication.java @@ -9,7 +9,7 @@ @SpringBootApplication @EnableAspectJAutoProxy @ComponentScan(basePackages = {"com.dy.common", "com.dy.pmsGlobal", "com.dy.pmsOther"}) -@MapperScan(basePackages={"com.dy.pmsGlobal.daoBa", "com.dy.pmsGlobal.daoOth"}) +@MapperScan(basePackages={"com.dy.pmsGlobal.dao*"}) public class PmsOtherApplication { public static void main(String[] args) { -- Gitblit v1.8.0