Cytomine Core is a Spring Boot application built with Spring Framework, providing a robust and scalable solution for Cytomine. The application is designed to run with minimal setup and configuration.
- Docker
- Docker Compose
To run the development server with live reload locally:
docker compose up -d --build
Inside the container, run the following command to start the application:
gradle bootRun --args="--spring.profiles.active=dev"
To run the development server with live reload locally:
docker compose up -d --build
Inside the container, run the following command to start the tests:
gradle :test
To stop the development server:
docker compose down
Apache 2.0