[!TIP]
🌐 Deutsche Version hier verfügbar 👈
This project demonstrates the usage of the X.Justiz Core Java library in a Spring Boot application, mirroring the functionality of the .NET example API.
The API provides endpoints to:
Access the OpenAPI UI at: http://localhost:8080/swagger-ui.html
The underlying Java library currently lacks the versioning metadata (@XJustizAvailability annotations) that exists in the .NET library.
Therefore, the CompatibilityChecker and XJustizConverter in this project are currently stubs and do not perform actual validation or conversion logic. They pass through the data as-is or return “All Compatible”.
Run the application using Gradle from the java root directory:
./gradlew :example-api:bootRun