Skip to content

Commit b370d84

Browse files
committed
docs(dev): Improve Dev Services docs
Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
1 parent d1b12b0 commit b370d84

1 file changed

Lines changed: 26 additions & 26 deletions

File tree

docs/modules/dev-services/pages/index.adoc

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,31 @@ include::ROOT:partial$app-run.adoc[]
6363
Want to verify which Dev Services are running? If Spring Boot Actuator is in your classpath, check the `/actuator/devservices` endpoint.
6464
====
6565

66+
== Supported Services
67+
68+
* Data Stores
69+
** xref:mariadb.adoc[MariaDB]
70+
** xref:mongodb.adoc[MongoDB]
71+
** xref:mongodb-atlas.adoc[MongoDB Atlas]
72+
** xref:mysql.adoc[MySQL]
73+
** xref:oracle.adoc[Oracle]
74+
** xref:oracle-xe.adoc[Oracle XE]
75+
** xref:postgresql.adoc[PostgreSQL]
76+
** xref:redis.adoc[Redis]
77+
** xref:valkey.adoc[Valkey]
78+
* Event Brokers
79+
** xref:artemis.adoc[Artemis]
80+
** xref:kafka.adoc[Kafka]
81+
** xref:pulsar.adoc[Pulsar]
82+
** xref:rabbitmq.adoc[RabbitMQ]
83+
* Observability
84+
** xref:lgtm.adoc[Grafana LGTM]
85+
** xref:otel-collector.adoc[OpenTelemetry Collector]
86+
** xref:phoenix.adoc[Phoenix]
87+
* xref:docling.adoc[Docling]
88+
* xref:lldap.adoc[LLDAP]
89+
* xref:ollama.adoc[Ollama]
90+
6691
== Using Dev Services
6792

6893
Dev Services are available as separate modules for each supported service. You can find the complete list in the xref:_supported_services[Supported Services] section below.
@@ -243,7 +268,7 @@ arconia:
243268
container-path: /var/lib/postgresql/data/pgdata
244269
----
245270

246-
=== Networks
271+
=== Networks and Ports
247272

248273
Dev Service containers are connected to the default Docker/Podman network and are accessible from your application via the local host and dynamically assigned ports.
249274

@@ -273,31 +298,6 @@ In case you want to disable all Dev Services at once, you can set the `arconia.d
273298
Disabling Dev Services globally overrides individual service settings. If global disabling is set, no Dev Services will start, regardless of their individual `enabled` properties. If you want to disable only specific services, leave the global setting enabled and configure individual services instead via the `arconia.dev.services.<service-name>.enabled` property.
274299
====
275300

276-
== Supported Services
277-
278-
* Data Stores
279-
** xref:mariadb.adoc[MariaDB]
280-
** xref:mongodb.adoc[MongoDB]
281-
** xref:mongodb-atlas.adoc[MongoDB Atlas]
282-
** xref:mysql.adoc[MySQL]
283-
** xref:oracle.adoc[Oracle]
284-
** xref:oracle-xe.adoc[Oracle XE]
285-
** xref:postgresql.adoc[PostgreSQL]
286-
** xref:redis.adoc[Redis]
287-
** xref:valkey.adoc[Valkey]
288-
* Event Brokers
289-
** xref:artemis.adoc[Artemis]
290-
** xref:kafka.adoc[Kafka]
291-
** xref:pulsar.adoc[Pulsar]
292-
** xref:rabbitmq.adoc[RabbitMQ]
293-
* Observability
294-
** xref:lgtm.adoc[Grafana LGTM]
295-
** xref:otel-collector.adoc[OpenTelemetry Collector]
296-
** xref:phoenix.adoc[Phoenix]
297-
* xref:docling.adoc[Docling]
298-
* xref:lldap.adoc[LLDAP]
299-
* xref:ollama.adoc[Ollama]
300-
301301
== Actuator
302302

303303
When running the application in dev mode, a `devservices` actuator endpoint is auto-configured if https://docs.spring.io/spring-boot/reference/actuator/enabling.html[Spring Boot Actuator] is present in the classpath. This endpoint exposes information about the running Dev Services containers, helping you inspect and debug your development environment.

0 commit comments

Comments
 (0)