Maven Springdoc client code generation example

Code Soapbox logo

This project is a sample REST service documented using Springdoc OpenAPI, with automatic Angular client code generation done using openapi-generator-maven-plugin and springdoc-openapi-maven-plugin.

To learn how to generate client code from Spring Boot using Springdoc OpenAPI and Maven, read the post:

Code Soapbox - Generate client code from Spring Boot using Springdoc OpenAPI and Maven

Getting Started

  1. Clone the repository
$ git clone https://github.com/daniel-frak/client-code-generation-maven-springdoc
  1. Build the application
$ mvn clean install

...or generate Angular code

$ mvn clean verify -P angular

Built With

Screenshots

Swagger UI documentation