Class ExampleController

java.lang.Object
starb.server.controller.ExampleController

@RestController @RequestMapping(path="example") public class ExampleController extends Object
  • Constructor Details

    • ExampleController

      public ExampleController()
  • Method Details

    • exampleGet

      @RequestMapping(method=GET, produces="text/plain") public String exampleGet()