@Controller(value="/helloWorld")
public class HelloWorldController
extends java.lang.Object
| Constructor and Description |
|---|
HelloWorldController() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
index()
Gets a simple text message back that allows validation server is up and secure.
|