Package org.skr

Class SkrConfig

    • Constructor Summary

      Constructors 
      Constructor Description
      SkrConfig()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.http.converter.json.Jackson2ObjectMapperBuilder jackson2ObjectMapperBuilder()  
      org.springframework.cache.interceptor.KeyGenerator keyGenerator()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SkrConfig

        public SkrConfig()
    • Method Detail

      • keyGenerator

        @Bean
        @ConditionalOnMissingBean
        public org.springframework.cache.interceptor.KeyGenerator keyGenerator()
      • jackson2ObjectMapperBuilder

        @Bean
        @ConditionalOnMissingBean
        public org.springframework.http.converter.json.Jackson2ObjectMapperBuilder jackson2ObjectMapperBuilder()