Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)