I defined the following groovy file: app.groovy
@RestControllerclass app { @RequestMapping("/aa") String home() { return "Hello World!" }}
When running the app I cant see that controller exposed
Have I missed something? Thanks, ray
Aucun commentaire:
Enregistrer un commentaire