MTool is a Personal Task Management Tool.
It was developed as an example and has the following functionality:
- Personal task management tool (task name, description, status, time added, time finished)
- Adding/changing/deleting tasks
- Mark tasks done
Run the application using
./mvnw spring-boot:run
Build the JAR file
./mvnw clean package
Run the JAR file
java -jar target/mtool-1.0.jar
JDBC URL: jdbc:h2:~/mtool
User Name: sa
Password: