优化代码,默认属性名为小驼峰命名,数据库列名为下划线命名。

This commit is contained in:
2024-10-03 17:12:32 +08:00
parent 3ad9c9fddb
commit c6582ecf6b
4 changed files with 26 additions and 28 deletions

View File

@@ -21,12 +21,6 @@
<version>0.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.16.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>