- Java 17
- Gradle 8.5
- Docker
http://localhost:9103/terminology-api/swagger-ui/index.html
Check correct version from the dependencies
# In dependant library directory
git checkout vX.X.X
./gradlew publishToMavenLocal
Checkout yti-fuseki project and run build.sh
script
docker-compose up -d yti-fuseki-v4 yti-datamodel-opensearch
Create file application-local.properties
to src/main/resources/config
directory. Copy values from template file and adjust as needed.
./gradlew bootRun --args='--spring.profiles.active=local'