Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

spring-webclient

This repository explores the WebClient API to perform Rest API calls

Launch the Employee RestFul Service in your local

  • Navigate to the employee-service-executable directory.

  • Run the below command

java -jar employee-service.jar
  • The complete swagger spec is available in tthe below link.

http://localhost:8081/employeeservice/swagger-ui.html#/