Class GreetingController


  • @Controller
    public class GreetingController
    extends Object
    Author:
    Benjamin Wilms
    • Constructor Detail

      • GreetingController

        public GreetingController()
    • Method Detail

      • sayHello

        @GetMapping("/helloagain")
        public org.springframework.http.ResponseEntity<String> sayHello()