Skip to content

viadee/api-roundtrip-spring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Roundtrip Spring Boot Example

API

A REST-full API server provided as Spring Boot application. The Application makes use of automated tools for documenting and generating OpenAPI specifications and Swagger UIs for comfortable user access based.

Tool Chain Execution

Running the full build cycle for OpenAPI and client/integration test generation with maven from the repositories base directory

mvn verify

Running the integration tests in the integrationtest sub directory

mvn verify -P integrationtest

Spring Doc for API Documentation and Generation

https://springdoc.org/
Annotation based documentation for REST APIs implemented with Spring Web/Rest.

When the application is running, there is a browser access for

OpenAPI Generator for API client and integration test generation

https://openapi-generator.tech/

About

api-roundtrip-spring-boot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages