Skip to content

Commit

Permalink
update spring boot 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vnobo committed Jan 10, 2024
1 parent 42b9639 commit da609c4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ private static Map.Entry<String, String> jsonPathKeyAndParamName(String[] keys)
StringBuilder jsonPath = new StringBuilder(colum);

String[] joinKeys = Arrays.copyOfRange(keys, 1, keys.length - 1);
;
for (String path : joinKeys) {
var capath = CaseFormat.UPPER_CAMEL.to(CaseFormat.LOWER_CAMEL, path);
jsonPath.append("->'").append(capath).append("'");
Expand Down

0 comments on commit da609c4

Please sign in to comment.