Skip to content

Repository files navigation

Arconia

Arconia Templates

A catalog of templates to bootstrap Spring Boot projects using the Arconia CLI.

Apache 2.0 License


📦  Templates

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.

⚡  Quick Start

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/catalog

2. Browse available templates

List all templates from your registered catalogs:

arconia template ls

3. Create a project from a template

Use a template name (resolved automatically from the catalog):

arconia create --name my-app --template server-ai-rag

Or use the full OCI reference directly:

arconia create --name my-app --template ghcr.io/arconia-io/arconia-templates/server-ai-rag

📙  Documentation

The Arconia CLI documentation covers all available commands, options, and workflows in detail.

🛡️  Security

The security process for reporting vulnerabilities is described in SECURITY.md.

🖊️  License

This project is licensed under the Apache License 2.0. See LICENSE for more information.

About

A catalog of Spring Boot project templates for the Arconia CLI, published as OCI artifacts.

Topics

Resources

Code of conduct

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages