Class WebConfiguration


  • @Configuration
    public class WebConfiguration
    extends Object
    • Constructor Detail

      • WebConfiguration

        public WebConfiguration()
    • Method Detail

      • taskScheduler

        @Bean
        @Primary
        public org.springframework.scheduling.TaskScheduler taskScheduler()
      • applicationTaskExecutor

        @Bean
        public org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor applicationTaskExecutor​(org.springframework.boot.task.TaskExecutorBuilder builder)
      • objectMapper

        @Bean
        @Primary
        public com.fasterxml.jackson.databind.ObjectMapper objectMapper()
      • reportObjectMapper

        @Bean
        public com.fasterxml.jackson.databind.ObjectMapper reportObjectMapper()