From 3d237ccfcc5aa5534bda80131287e1562e2e0ad3 Mon Sep 17 00:00:00 2001 From: Cui Zhi Feng <7426394+wuxixiaocui@user.noreply.gitee.com> Date: 星期五, 30 八月 2024 15:51:32 +0800 Subject: [PATCH] 会员价展示 --- src/main/resources/application.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 3620ad6..693f33e 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -20,7 +20,7 @@ maxRequestSize: 50MB mybatis-plus: - mapper-locations: classpath:/mapper/*Mapper.xml,classpath:/mapper/**/*Mapper.xml + mapper-locations: classpath:/mapper/*Mapper.xml,classpath:/mapper/**/*Mapper.xml,classpath:/mapper/*Mapper*.xml,classpath:/mapper/**/*Mapper*.xml global-config: banner: false db-config: -- Gitblit v1.9.3