https://github.com/luanvuhlu/bookstore-openapi
Open API specs for https://github.com/luanvuhlu/bookstore-microservices
https://github.com/luanvuhlu/bookstore-openapi
java open-api-specification
Last synced: 5 months ago
JSON representation
Open API specs for https://github.com/luanvuhlu/bookstore-microservices
- Host: GitHub
- URL: https://github.com/luanvuhlu/bookstore-openapi
- Owner: luanvuhlu
- License: mit
- Created: 2022-02-27T08:14:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T19:33:22.000Z (about 4 years ago)
- Last Synced: 2025-06-14T18:09:39.435Z (about 1 year ago)
- Topics: java, open-api-specification
- Language: Python
- Homepage:
- Size: 20.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bookstore-openapi
Open API specs for https://github.com/luanvuhlu/bookstore-microservices
Example:
```bash
java -jar scripts/openapi-generator-cli.jar generate -i api/com/luanvv/bookstore/product.yaml -g spring -o out/product --additional-properties=groupId=com.luanvv.bookstore.product,artifactId=product-api,artifactUrl=https://github.com/luanvuhlu/bookstore-microservices,modelPackage=com.luanvv.bookstore.product.client.model,apiPackage=com.luanvv.bookstore.product.client.api,artifactVersion=1.0.0,java8=true,developerEmail=luanvuhlu@gmail.com,developerName=luanvu,interfaceOnly=true
```