问swagger.json中未反映CAMEL_CASE_TO_LOWER_CASE_WITH_UNDERSCORESEN好的谢谢。你是对的,在这种情况下...
I have a class with a property that looks like this: class User { private String uId; } When I use the CAMEL_CASE_TO_LOWER_CASE_WITH_UNDERSCORES naming strategy, this results in JSON with uid. However, if I change the variable name to us...
CAMEL_CASE_TO_LOWER_CASE_WITH_UNDERSCORES works regardless of using @AllArgsConstructor in Spring Boot 1.4.0.M1 but after upgrading to 1.4.0.M2, it doesn't work when using @AllArgsConstructor. By the way, with a manually created construc...