From 0257400b7c42c8143f32dae8e4bffbe90a890f1f Mon Sep 17 00:00:00 2001
From: linpf <807878712@qq.com>
Date: 星期四, 16 十二月 2021 17:59:52 +0800
Subject: [PATCH] 更改
---
src/main/resources/application.yml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 0bb9b16..73e3b74 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -6,6 +6,7 @@
mybatis:
configuration:
map-underscore-to-camel-case: true
+ mapper-locations: classpath*:/mapper/*.xml
spring:
--
Gitblit v1.9.3