Spring boot cli
Spring boot groovy sample
@RestController class GreetingsRestController { @RequestMapping("/hi/{name}") def hi(@PathVariable String name) { [ greeting : "Hello, " + name + "!" ] } }
spring run hello.groovy
Spring MVC
There was an error while loading. Please reload this page.