dh44t
06/12/2017, 7:00 PMagomez
06/12/2017, 7:01 PMsrayhunter
06/12/2017, 7:01 PMagomez
06/12/2017, 7:02 PMsrayhunter
06/12/2017, 7:02 PMcom.example.web.WebApplicationKt
vs. com.example.web.WebApplication
srayhunter
06/12/2017, 7:03 PMsrayhunter
06/12/2017, 7:06 PMnicolay.mitropolsky
06/13/2017, 8:15 AMsdeleuze
06/13/2017, 8:28 AMmiha-x64
06/13/2017, 3:07 PMorangy
orangy
barrongineer
06/13/2017, 4:17 PMziad
06/13/2017, 11:49 PMagomez
06/13/2017, 11:51 PMziad
06/13/2017, 11:53 PMsdeleuze
06/14/2017, 9:11 AMdh44t
06/14/2017, 10:40 AMCzar
06/14/2017, 10:51 AMlex
06/14/2017, 11:05 AMCzar
06/14/2017, 11:06 AMlex
06/14/2017, 11:06 AMlex
06/14/2017, 11:06 AMCzar
06/14/2017, 11:07 AMx80486
06/15/2017, 1:34 AMPropertyNamingStrategy.SnakeCaseStrategy.SNAKE_CASE
setting. Basically I would like my JSON keys as first_name
, last_name
, etc...and not as firstName
, lastName
, etc.
So far I've tried configuring a Jackson2ObjectMapperBuilder
bean and also an ObjectMapper
bean ― not both at the same time.x80486
06/15/2017, 1:35 AM@JsonNaming(PropertyNamingStrategy.SnakeCaseStrategy::class)
it works fine, but I would like to make it global...Czar
06/15/2017, 10:47 AMconfigure<DependencyManagementExtension> {
imports {
it.mavenBom("io.spring.platform:platform-bom:Athens-SR2")
}
}
this worked, now it doesn't.
This at least compiles, but doesn't work - versions are not resolved: configure<DependencyManagementExtension> {
imports {
mavenBom("io.spring.platform:platform-bom:Brussels-SR2")
}
}
lex
06/15/2017, 11:28 AMlex
06/15/2017, 11:28 AMCzar
06/15/2017, 11:38 AM