Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save stefanozanella/436951a1e58e6d0af1560cb787f0f3fe to your computer and use it in GitHub Desktop.
Save stefanozanella/436951a1e58e6d0af1560cb787f0f3fe to your computer and use it in GitHub Desktop.
@Controller
class HomeController {
@GetMapping("/")
fun home() = "home"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment