Warning
Deprecated: This repository is no longer maintained. Please see cytomine/cytomine for the latest version.
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 --buildInside 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 --buildInside the container, run the following command to start the tests:
gradle :testTo stop the development server:
docker compose downApache 2.0