Class ExampleSecureConfig


  • public class ExampleSecureConfig
    extends Object
    • Constructor Detail

      • ExampleSecureConfig

        public ExampleSecureConfig()
    • Method Detail

      • feignLoggerLevel

        @Bean
        public feign.Logger.Level feignLoggerLevel()
      • localDateFeignFormatterRegistrar

        @Bean
        public org.springframework.cloud.openfeign.FeignFormatterRegistrar localDateFeignFormatterRegistrar()
      • objectMapper

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

        @Bean
        @Primary
        public feign.RequestInterceptor requestInterceptor​(ru.foodtechlab.lib.auth.integration.core.AccessTokenService accessTokenService)