Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fugerit-org/fj-doc-quarkus-service
Sample rest service to generate docs with Venus Doc Generation Framework
https://github.com/fugerit-org/fj-doc-quarkus-service
Last synced: 13 days ago
JSON representation
Sample rest service to generate docs with Venus Doc Generation Framework
- Host: GitHub
- URL: https://github.com/fugerit-org/fj-doc-quarkus-service
- Owner: fugerit-org
- License: apache-2.0
- Created: 2024-03-06T17:22:38.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-06T19:40:04.000Z (10 months ago)
- Last Synced: 2024-11-06T01:11:50.588Z (2 months ago)
- Language: HTML
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fj-doc-quarkus-service
Sample rest service to generate docs with Venus Doc Generation Framework
## Project creation script
```shell script
mvn io.quarkus:quarkus-maven-plugin:3.8.1:create \
-DprojectGroupId=org.fugerit.java.service \
-DprojectArtifactId=fj-doc-quarkus-service \
-Dextensions='resteasy-reactive-jackson,arc,config-yaml,smallrye-health,junit5'
```[Original quarkus project README](README_QUARKUS.md)