Skip to content

Instantly share code, notes, and snippets.

@g00glen00b
Created November 10, 2017 19:29
Show Gist options
  • Save g00glen00b/bd695f21ba8620e3d705ee56e26f2234 to your computer and use it in GitHub Desktop.
Save g00glen00b/bd695f21ba8620e3d705ee56e26f2234 to your computer and use it in GitHub Desktop.
PersonController.java
@GetMapping("/person")
Flux<Person> list() {
return this.repository.findAll();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment