Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

prashanthdkumar/spring-webclient

Open more actions menu
 
 

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 the below link.

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

Project Overview:

  • employee-app: Final app that we will be building as part of development.

  • employee-app-starter: Initial code to start building the REST client.

  • employee-service: Actual SpringBoot application source code for the employee-service-executable.

  • employee-service-executable: This contains the jar file which contains the necessary code that exposes the end points.

About

This repository explores the WebClient API to perform Rest API calls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.