This is an open-source web application to create and manage Eisenhower matrices, also known as Priority matrices or Important-Urgent matrices. See it live on eisenhowermatrix.net.
Powered by Spring Boot and Web Components.
| Matrix board | Tasks memo editor |
|---|---|
![]() |
![]() |
- Java 17+
- Maven
- Microsoft SQL Server 2019
JDBC_URL: Database JDBC url for your SQL Server instanceDATABASE_USER: Database userDATABASE_PASSWORD: Database passwordJWT_SIGNING_KEY: Secret key for signing your JWTs
mvn compile
mvn spring-boot:run
mvn package
docker run rg.fr-par.scw.cloud/achampion/eisenhower-server:latest

