Basic scaffolding for the backend-for-frontend component #1

Merged
ansv7779 merged 5 commits from basic-scaffolding-bff into main 2025-04-03 09:52:12 +02:00
Showing only changes of commit da8982cada - Show all commits

View File

@ -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.
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`).
Optionally add `-javaagent:opentelemetry-javaagent.jar -Dotel.javaagent.configuration-file=opentelemetry-javaagent.properties`
to enable OpenTelemetry tracing.