648540858
2023-05-30 ffb21248cb270475ce9156b5056e591e14cbc20d
去除多余配置
1个文件已修改
4 ■■■■ 已修改文件
src/main/resources/all-application.yml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/all-application.yml
@@ -43,10 +43,6 @@
            idle-timeout: 300000                  # 允许连接在连接池中空闲的最长时间(以毫秒为单位)
            max-lifetime: 1200000                 # 是池中连接关闭后的最长生命周期(以毫秒为单位)
# 修改为数据库字段下划线分隔直接对应java驼峰命名
mybatis:
    configuration:
        map-underscore-to-camel-case: true
# 修改分页插件为 postgresql, 数据库类型为mysql不需要
#pagehelper: