Skip to content

An example implementation of the openapi-generator plugin for maven with spring boot 3

Notifications You must be signed in to change notification settings

gi-dorio/openapi-generator-spring-boot-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openapi-generator-spring-boot-example

This is an example Spring Boot 3 application that uses the openapi-generator-maven-plugin. It is bundled with an H2 database, and it's set to create models and APIs via the generation tool. It also incorporates the build-helper-maven-plugin so that the generated classes can then be discovered and used by your IDE. It comes with a simple implementation for the /users API.

How to run

To run the project you must use

mvn spring-boot:run

You can then go to your browser on

localhost:8080/users

to see the results of the API call.

About

An example implementation of the openapi-generator plugin for maven with spring boot 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages