Quarkus Service

Build or change Quarkus services and endpoints: Maven module structure, resource/service/ repository layering, CDI and scopes, typed configuration, REST clients between services, and lifting demo-grade code to production standard. Use when adding a new endpoint, creating a new Quarkus module, untangling code that mixes layers, moving configuration to @ConfigMapping, or calling another service over REST. Do not use for HTTP contract shape (rest-api-contract), queries and migrations (quarkus-persistence), auth (quarkus-security), tests (quarkus-testing), or large exports (bulk-reporting-export).

hi-donwi Updated

File contents

hi-donwi/Agent-Skills/tree/main/skills/quarkus-service commit c3afea7992

Frequently asked questions

npx skillmds@latest add hi-donwi/quarkus-service