Skip to content

Instantly share code, notes, and snippets.

@philwebb
Created February 9, 2016 18:59
Show Gist options
  • Save philwebb/6325b6bf97e40ca88038 to your computer and use it in GitHub Desktop.
Save philwebb/6325b6bf97e40ca88038 to your computer and use it in GitHub Desktop.
@RequestMapping("/")
public ResponseEntity<String> hello() {
return ResponseEntity.ok().header("X-foo", "bar").body("Hi");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment