Commit ffb21248cb270475ce9156b5056e591e14cbc20d

Authored by 648540858
1 parent 314423bd

去除多余配置

src/main/resources/all-application.yml
@@ -43,10 +43,6 @@ spring: @@ -43,10 +43,6 @@ spring:
43 idle-timeout: 300000 # 允许连接在连接池中空闲的最长时间(以毫秒为单位) 43 idle-timeout: 300000 # 允许连接在连接池中空闲的最长时间(以毫秒为单位)
44 max-lifetime: 1200000 # 是池中连接关闭后的最长生命周期(以毫秒为单位) 44 max-lifetime: 1200000 # 是池中连接关闭后的最长生命周期(以毫秒为单位)
45 45
46 -# 修改为数据库字段下划线分隔直接对应java驼峰命名  
47 -mybatis:  
48 - configuration:  
49 - map-underscore-to-camel-case: true  
50 46
51 # 修改分页插件为 postgresql, 数据库类型为mysql不需要 47 # 修改分页插件为 postgresql, 数据库类型为mysql不需要
52 #pagehelper: 48 #pagehelper: