Class TestingBatriderController

    • Constructor Detail

      • TestingBatriderController

        TestingBatriderController()
    • Method Detail

      • winxHelloRpc

        @RequestMapping(path = "/batrider/winx-hello-rpc", method = RequestMethod.GET) String winxHelloRpc(@RequestParam(name = "name") String name)
      • winxHelloCse

        @RequestMapping(path = "/batrider/winx-hello-cse", method = RequestMethod.GET) String winxHelloCse(@RequestParam(name = "name") String name)
      • batriderHelloPxy

        @RequestMapping(path = "/batrider/batx-hello-pxy", method = RequestMethod.GET) String batriderHelloPxy(@RequestParam(name = "name") String name)
      • setRestTemplate

        @Autowired() void setRestTemplate(RestTemplate restTemplate)