@RestController class WebApplication { @RequestMapping("/") String home() { "Helló világ" } }