Skip to content

Commit

Permalink
优化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
ibabamu committed Jan 13, 2023
1 parent 46ada80 commit 2e3370d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ public static String getFunctionName(String tableName) {
* @param removePrefix 删除前缀
* @param removeSuffix 删除后缀
* @return java.lang.String
* @date 2022/12/24 14:33
*/
public static String camelCase(boolean upperFirst, String tableName, String removePrefix, String removeSuffix) {
String className = tableName;
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@
<!-- <goals>-->
<!-- <goal>jar</goal>-->
<!-- </goals>-->
<!-- <configuration>-->
<!-- <additionalparam>-Xdoclint:none</additionalparam>-->
<!-- </configuration>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->
Expand Down

0 comments on commit 2e3370d

Please sign in to comment.