From f74326117fb0aa1e63ecada83e0a52f27a4926d1 Mon Sep 17 00:00:00 2001 From: wangbing Date: Tue, 3 Dec 2019 16:15:27 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E9=A9=BC=E5=B3=B0=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: b5903c1afe9f97a73163ca5268a7f37958529fa8 --- .../resources/modules/SpringBoot/resources/application-dev.ftl | 1 + .../resources/modules/SpringBoot/resources/application-prod.ftl | 1 + 2 files changed, 2 insertions(+) diff --git a/src/main/resources/modules/SpringBoot/resources/application-dev.ftl b/src/main/resources/modules/SpringBoot/resources/application-dev.ftl index 2f4fc2e7..d81124f4 100644 --- a/src/main/resources/modules/SpringBoot/resources/application-dev.ftl +++ b/src/main/resources/modules/SpringBoot/resources/application-dev.ftl @@ -33,6 +33,7 @@ spring.datasource.password=123456 # mybatis mybatis.mapper-locations=classpath:**/mpr/*.xml +mybatis.configuration.map-underscore-to-camel-case=true # pagehelper pagehelper.autoRuntimeDialect=true pagehelper.reasonable=false diff --git a/src/main/resources/modules/SpringBoot/resources/application-prod.ftl b/src/main/resources/modules/SpringBoot/resources/application-prod.ftl index 6035ae38..b4723849 100644 --- a/src/main/resources/modules/SpringBoot/resources/application-prod.ftl +++ b/src/main/resources/modules/SpringBoot/resources/application-prod.ftl @@ -33,6 +33,7 @@ spring.datasource.password=123456 # mybatis mybatis.mapper-locations=classpath:**/mpr/*.xml +mybatis.configuration.map-underscore-to-camel-case=true # pagehelper pagehelper.autoRuntimeDialect=true pagehelper.reasonable=false