Skip to content

Instantly share code, notes, and snippets.

@wkorando
Created March 29, 2020 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wkorando/7c096d106fc9eeed62a89c23210961b1 to your computer and use it in GitHub Desktop.
Save wkorando/7c096d106fc9eeed62a89c23210961b1 to your computer and use it in GitHub Desktop.
@GetMapping("/{message}")
public String helloMessage(@PathVariable String message) {
return String.format("Hello, %s!", message);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment