Class RouterFunctionTestConfig

java.lang.Object
io.microsphere.spring.test.webmvc.RouterFunctionTestConfig

@Import(PersonHandler.class) public class RouterFunctionTestConfig extends Object
RouterFunction Test Config
Since:
1.0.0
Author:
Mercy
See Also:
  • RouterFunction
  • Constructor Details

    • RouterFunctionTestConfig

      public RouterFunctionTestConfig()
  • Method Details

    • personRouterFunction

      @Bean public org.springframework.web.servlet.function.RouterFunction<org.springframework.web.servlet.function.ServerResponse> personRouterFunction(PersonHandler handler)
    • nestedPersonRouterFunction

      @Bean public org.springframework.web.servlet.function.RouterFunction<org.springframework.web.servlet.function.ServerResponse> nestedPersonRouterFunction(PersonHandler handler)