are you sure this is right? ``` @Bean public Mod...
# spring
p
are you sure this is right?
Copy code
@Bean
 public Module kotlinJackson() {
     return new KotlinModule();
 }