https://github.com/jorgermduarte/poc-java-swagger-controller-generator
https://github.com/jorgermduarte/poc-java-swagger-controller-generator
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jorgermduarte/poc-java-swagger-controller-generator
- Owner: jorgermduarte
- License: mit
- Created: 2024-05-15T15:33:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-15T19:52:59.000Z (over 1 year ago)
- Last Synced: 2025-07-20T00:59:50.757Z (3 months ago)
- Language: Java
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# java-swagger-controller-generator
This is a simple example how to generate the interfaces based on a swagger documentation.
# Generating the interfaces
- maven clean compileSince I added the openapi-generator to be part of the generated sources, it's not necessary to execute any other action.