Пример #1
0
 @Get("/1variable")
 @Produces("text/html")
 public Model helloBob() {
   return Model.of("name", "Bob");
 }