Prerequisites
- Java 19 (or some older version by changing
java.versioninpom.xml) - a MariaDB server running on the default port, with a schema named "demo" and with a user "root" with no password (or adjust the JDBC URL in
application.yml)
Run the demo
.\mvnw.cmd spring-boot:run or ./mvnw spring-boot:run