Skip to content

This showcases a simplistic Spring Boot project with an API-first design pattern

License

Notifications You must be signed in to change notification settings

alwaysbemark/spring-boot-openapi-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot API First Design With OpenAPI Generator

This showcases a simplistic Spring Boot project with an API-first design pattern.
The rest package provides an implementation of a REST controller that imports API and model files that get generated automatically from the supplied OpenAPI 3 spec file.
Api and model files will be generated before the compileJava task of the Gradle Java plugin. The processResource dependency is to appease Gradle's compile optimisation.

Please run ./gradlew clean build to witness the magic.

About

This showcases a simplistic Spring Boot project with an API-first design pattern

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages