Arconia for Spring Boot: DevEx, Observability, Multitenancy, GenAI, Cloud Native

thomasvitale1 pts0 comments

Arconia — Boosting Spring Boot

Skip to main content

Open Source · Apache 2.0<br>Boosting Spring Boot

Arconia is a modular toolkit for Spring Boot. Dev services, observability, generative AI, cloud native tooling. Pick what you need. Get a great developer experience.

Get Started

View on GitHub

Java 21+

Spring Boot 4+

Capabilities<br>Built for Modern Java Development

Zero-Code Dev Services

Add one dependency. Run your app. Arconia auto-provisions and wires a containerized PostgreSQL, Grafana, Kafka, Redis, Ollama — and 20+ other services — with zero code and zero configuration.

testAndDevelopmentOnly 'io.arconia:arconia-dev-services-postgresql'

$ ./gradlew bootRun

Unified Observability with OpenTelemetry

One dependency. Logs, metrics, and traces. Instrumented and exported via OTLP. Built on Spring's Micrometer observability foundation.

implementation 'io.arconia:arconia-opentelemetry-spring-boot-starter'

First-Class GenAI Observability

OpenTelemetry GenAI semantic conventions for Spring AI apps. Switch flavours — OpenLit, OpenLLMetry, or LangSmith — with one line of config.

# Flavor: opentelemetry | openlit | openllmetry | langsmith<br>arconia.observations.conventions.opentelemetry.ai.flavor: openlit

One CLI for the Whole Lifecycle

Create, run, test, and build Spring Boot apps with a single tool, Gradle or Maven, any OS. Install via brew install arconia-io/tap/arconia-cli.

$ arconia create<br>$ arconia dev<br>$ arconia test<br>$ arconia build

One-Command Version Upgrades

Curated OpenRewrite recipes for Spring Boot, Spring AI, Spring Cloud, JUnit, Testcontainers, and Arconia itself. Bundled with the CLI, no setup required.

$ arconia update spring-boot --to-version 4.0<br>$ arconia update spring-ai --to-version 2.0

Projects<br>The Arconia Ecosystem

Arconia Framework

The modular Spring Boot add-on at the core of Arconia. Modules for Dev Services, OpenTelemetry, Generative AI, Multitenancy, and Kubernetes.

Learn more

Arconia CLI

Build-tool-agnostic CLI for the full Spring Boot dev lifecycle. Create, develop, test, build, ship multi-arch images, update across versions, and manage agent skills.

Learn more

Arconia Migrations

OpenRewrite recipes for the Spring ecosystem and beyond. Spring Boot, Spring AI, Spring Cloud, JUnit, Testcontainers, Docling, and Arconia itself.

Learn more

arconia spring boot opentelemetry observability services

Related Articles