Class SimpleController


  • @RestController
    public class SimpleController
    extends java.lang.Object
    Simple RestController.
    Author:
    Daniel Sagenschneider
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String simple()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleController

        public SimpleController()
    • Method Detail

      • simple

        @GetMapping("/simple")
        public java.lang.String simple()