net.mossol.bot.context.CentralDogmaConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of line_bot_mossol-lib Show documentation
Show all versions of line_bot_mossol-lib Show documentation
Line Bot Mossol (line_bot_mossol-lib)
package net.mossol.bot.context;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import com.fasterxml.jackson.databind.ObjectMapper;
@Configuration
class CentralDogmaConfiguration {
@Bean
public ObjectMapper objectMapper() {
return new ObjectMapper();
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy