Skip to content

Files

Latest commit

 

History

History

webclient-feign

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

WebClient Feign

URL: https://www.vinsguru.com/spring-webclient-with-feign/

  • GET all the movies: http://localhost:3000/movies

  • GET a specific movie with id. http://localhost:3000/movies/1

  • POST – Add a new movie into the DB: http://localhost:3000/movies

  • PUT – Update an existing movie by id: http://localhost:3000/movies/1

  • DELETE a movie by id: http://localhost:3000/movies/1