Class WebConfig


  • @Configuration
    public class WebConfig
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      WebConfig()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.web.server.WebFilter myRedirectFilter()  
      org.springframework.web.reactive.function.client.WebClient webClient()  
      • Methods inherited from class java.lang.Object

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

      • WebConfig

        public WebConfig()
    • Method Detail

      • webClient

        @Bean
        public org.springframework.web.reactive.function.client.WebClient webClient()
      • myRedirectFilter

        @Bean
        public org.springframework.web.server.WebFilter myRedirectFilter()