Basic scaffolding for the backend-for-frontend component #1
@ -9,6 +9,7 @@ Start the application with `./mvnw spring-boot:run`. Spring will automatically r
|
|||||||
The application will be available at http://localhost:8080 and tracing telemetry can be viewed at http://localhost:16686.
|
The application will be available at http://localhost:8080 and tracing telemetry can be viewed at http://localhost:16686.
|
||||||
|
|
||||||
If running via some other means start the containers with `docker compose up`.
|
If running via some other means start the containers with `docker compose up`.
|
||||||
|
Activate the Spring Boot profile "development".
|
||||||
Make sure you're using the correct JVM arguments (`--enable-preview`).
|
Make sure you're using the correct JVM arguments (`--enable-preview`).
|
||||||
Optionally add `-javaagent:opentelemetry-javaagent.jar -Dotel.javaagent.configuration-file=opentelemetry-javaagent.properties`
|
Optionally add `-javaagent:opentelemetry-javaagent.jar -Dotel.javaagent.configuration-file=opentelemetry-javaagent.properties`
|
||||||
to enable OpenTelemetry tracing.
|
to enable OpenTelemetry tracing.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user