A catalog of templates to bootstrap Spring Boot projects using the Arconia CLI.
| Name | Description |
|---|---|
server-http |
Application using Spring Web MVC, Actuator, and OpenTelemetry. |
server-http-jdbc |
Application using Spring Web MVC, Spring Data JDBC, Flyway, PostgreSQL, and OpenTelemetry. |
server-ai-rag |
Application using Spring AI, Ollama, PGvector, Docling, JobRunr, and OpenTelemetry. |
1. Add the Arconia Templates catalog
Register the catalog with the Arconia CLI so its templates are available locally:
arconia template catalog add \
--name arconia-templates \
--ref ghcr.io/arconia-io/arconia-templates/catalog2. Browse available templates
List all templates from your registered catalogs:
arconia template ls3. Create a project from a template
Use a template name (resolved automatically from the catalog):
arconia create --name my-app --template server-ai-ragOr use the full OCI reference directly:
arconia create --name my-app --template ghcr.io/arconia-io/arconia-templates/server-ai-ragThe Arconia CLI documentation covers all available commands, options, and workflows in detail.
The security process for reporting vulnerabilities is described in SECURITY.md.
This project is licensed under the Apache License 2.0. See LICENSE for more information.
