fix: 换驼峰为下划线

This commit is contained in:
2023-05-05 18:41:28 +08:00
parent ca6c375605
commit 5963172f13
110 changed files with 1488 additions and 1563 deletions

View File

@@ -82,7 +82,7 @@ security:
- /api/param/getValueByCode
mybatis-plus:
configuration:
map-underscore-to-camel-case: true
map-underscore-to-camel-case: false
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
mapper-locations:
- classpath:org.nl.**.mapper/*.xml