Skip to content

amrutprabhu/spring-boot-api-first-approach

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot: API First Approach

This is a sample code on how you can work with API first approach. In this I use the API contract (based on Open API 3 standards) for creating client and server side code.

The maven plugin that I have used here is the Open API generator plugin from here

It has support for various languages and also various ways of creating your client or server code.

There are various customization options available that you can use, which you can checkout at the GitHub link here

In this sample, I have used spring generator for server side generation and java for client side code generation.

About the application

Its a simple application , wherein you can trigger the client to server communication using another API.

This is just to demostrate, how the client and server code is generated and how you use it in the application.

About

This a sample application for generating client and server code using open api generator plugin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages