Skip to content

CSCfi/aoe-data-analytics

Repository files navigation

⚠️ Project Moved ⚠️

AOE project has been moved to a new location!

The repository is no longer maintained here.
Find the latest updates and contributions at:

👉 Opetushallitus/aoe 👈

Service Component Links in GitHub (mirrored)

AOE Data Analytics

Microservices for querying analytics and statistics from databases.

Logical application components are separated in the modular structure of the project.

Status Check

Status check endpoint provided by Actuator at

[api]/actuator/health

Compile Project

Compile the project with all its modules at root

mvn package

OR repackage

mvn clean package spring-boot:repackage

Run Project

Run the project with all its modules at root

mvn spring-boot:run

OR individually

mvn spring-boot:run -pl [module]