fix: 大写下滑下列名转驼峰问题, 新增toLowerCamel 方法搞定

修改前: CREATE_TIME -> cREATETIME
修改后: CREATE_TIME -> createTime
This commit is contained in:
L&J
2024-01-27 00:05:02 +08:00
parent 8515dd3110
commit 48054f3a6b
4 changed files with 124 additions and 12 deletions

View File

@@ -36,10 +36,11 @@
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>-->
<!--<dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>-->
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>