nfrankel
08/14/2017, 3:52 PMnfrankel
08/14/2017, 4:00 PMnfrankel
08/14/2017, 4:29 PMxantier
08/14/2017, 7:53 PMval application = SpringApplication(Config::class.java)
application.addInitializers(ApplicationContextInitializer<GenericApplicationContext> { ctx ->
beans().invoke(ctx) // your beans func
})
application.run(*args)
xantier
08/14/2017, 7:58 PMxantier
08/14/2017, 8:00 PMsdeleuze
08/14/2017, 9:16 PMsdeleuze
08/14/2017, 9:16 PMdariuszbacinski
08/15/2017, 6:31 AM/path HTTP 200 took 223 ms
dariuszbacinski
08/15/2017, 6:32 AMmichael.barker
08/15/2017, 12:08 PMfitzoh
08/15/2017, 12:24 PMspring-cloud-sleuth
already works in webfluxfitzoh
08/15/2017, 12:24 PMfitzoh
08/15/2017, 12:26 PMsdeleuze
08/15/2017, 1:07 PMpoohbar
08/17/2017, 10:45 AMpoohbar
08/17/2017, 10:46 AMpoohbar
08/17/2017, 10:46 AMssouris
08/17/2017, 11:18 AMSystem.setProperty("key", value)
ssouris
08/17/2017, 11:18 AMdaniel.varsanyi
08/21/2017, 1:34 PMrrader
08/21/2017, 2:19 PMnounours
08/26/2017, 4:01 AMnfrankel
08/26/2017, 7:10 AMnfrankel
08/26/2017, 7:10 AMnounours
08/26/2017, 12:53 PMnikos
08/27/2017, 10:50 PMobjectMapper.registerModule(KotlinModule())
and registering it with @Bean
fun elasticsearchTemplate(): ElasticsearchOperations {
val resultMapper = DefaultResultMapper(entityMapper())
return ElasticsearchTemplate(elasticsearchClient(), resultMapper)
}
unfortunately it seems that my entity mapper is not picked up, but still the DefaultEntityMapper
is used. Any ideas?davicdsalves
08/28/2017, 8:45 PMdavicdsalves
08/28/2017, 8:46 PMagomez
08/28/2017, 8:46 PMarrayOf(RestClientException::class)
?