移除手动配置mybatis下划线转驼峰

This commit is contained in:
648540858
2023-05-30 10:32:08 +08:00
parent 5a152791c0
commit 50240b4e39
4 changed files with 49 additions and 6 deletions

View File

@@ -58,9 +58,7 @@ spring:
url: jdbc:postgresql://127.0.0.1:3306/wvp?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true&serverTimezone=PRC&useSSL=false&allowMultiQueries=true&allowPublicKeyRetrieval=true
username: root
password: 12345678
mybatis:
configuration:
map-underscore-to-camel-case: true
pagehelper:
helper-dialect: postgresql
```
@@ -74,9 +72,7 @@ spring:
url: jdbc:kingbase8://127.0.0.1:3306/wvp?useUnicode=true&characterEncoding=utf8
username: root
password: 12345678
mybatis:
configuration:
map-underscore-to-camel-case: true
pagehelper:
helper-dialect: postgresql
```