From 8749e7a865bd6c6dbfbbb5f10016d9d17162dfb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AF=E5=87=AF?= <371894675@qq.com> Date: Sat, 21 Oct 2023 09:33:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=20=E5=A2=9E=E5=8A=A01.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base-system-server/src/main/resources/bootstrap.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/base-system-server/src/main/resources/bootstrap.yml b/base-system-server/src/main/resources/bootstrap.yml index ed8fd9b..3278371 100644 --- a/base-system-server/src/main/resources/bootstrap.yml +++ b/base-system-server/src/main/resources/bootstrap.yml @@ -1,7 +1,9 @@ # Tomcat server: port: 9201 - +mybatis: + configuration: + map-underscore-to-camel-case: true # Spring spring: application: