Skip to content

code-with-dilip/spring-webclient

Repository files navigation

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#/

About

This repository explores the WebClient API to perform Rest API calls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages