mirror of
https://github.com/moshowgame/SpringBootCodeGenerator.git
synced 2026-06-06 22:33:00 +08:00
fix: 大写下滑下列名转驼峰问题, 新增toLowerCamel 方法搞定
修改前: CREATE_TIME -> cREATETIME 修改后: CREATE_TIME -> createTime
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user