1、驼峰命名

Former-commit-id: b5903c1afe9f97a73163ca5268a7f37958529fa8
master
wangbing 5 years ago
parent 08c31a7549
commit f74326117f

@ -33,6 +33,7 @@ spring.datasource.password=123456
</#if>
# mybatis
mybatis.mapper-locations=classpath:**/mpr/*.xml
mybatis.configuration.map-underscore-to-camel-case=true
# pagehelper
pagehelper.autoRuntimeDialect=true
pagehelper.reasonable=false

@ -33,6 +33,7 @@ spring.datasource.password=123456
</#if>
# mybatis
mybatis.mapper-locations=classpath:**/mpr/*.xml
mybatis.configuration.map-underscore-to-camel-case=true
# pagehelper
pagehelper.autoRuntimeDialect=true
pagehelper.reasonable=false

Loading…
Cancel
Save

Powered by TurnKey Linux.