Class HelloWorld

java.lang.Object
org.allGraphQLCases.server.oauth2.HelloWorld

@RestController public class HelloWorld extends Object
This URI is used in maven build, to check that the server is properly started.
Author:
etienne-sf
  • Constructor Details

    • HelloWorld

      public HelloWorld()
  • Method Details

    • get

      @GetMapping("/helloworld.html") public String get(Principal principal)