From ffb21248cb270475ce9156b5056e591e14cbc20d Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: Tue, 30 May 2023 11:20:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/all-application.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/resources/all-application.yml b/src/main/resources/all-application.yml index def2a3c9..d67eac5a 100644 --- a/src/main/resources/all-application.yml +++ b/src/main/resources/all-application.yml @@ -43,10 +43,6 @@ spring: idle-timeout: 300000 # 允许连接在连接池中空闲的最长时间(以毫秒为单位) max-lifetime: 1200000 # 是池中连接关闭后的最长生命周期(以毫秒为单位) -# 修改为数据库字段下划线分隔直接对应java驼峰命名 -mybatis: - configuration: - map-underscore-to-camel-case: true # 修改分页插件为 postgresql, 数据库类型为mysql不需要 #pagehelper: