Package de.cxp.ocs

Class Application


  • @SpringBootApplication
    @RefreshScope
    public class Application
    extends Object
    • Constructor Detail

      • Application

        public Application()
    • Method Detail

      • main

        public static void main​(String[] args)
      • getESBuilder

        @Bean
        public ElasticSearchBuilder getESBuilder​(org.elasticsearch.client.RestClientBuilder restClientBuilder)
      • getRestClientBuilder

        @Bean
        public org.elasticsearch.client.RestClientBuilder getRestClientBuilder​(ApplicationProperties properties)
      • paramNamesModule

        @Bean
        public com.fasterxml.jackson.databind.Module paramNamesModule()
        Customization for ObjectMapper that's used for rest requests.
        Returns:
      • mixinModule

        @Bean
        public com.fasterxml.jackson.databind.Module mixinModule()
        Customizations for ObjectMapper that's used for rest requests.
        Returns: