Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 996 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 996 Bytes

MTool

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

Technology stack:

Build an executable JAR

STEP 1

Run the application using

./mvnw spring-boot:run

STEP 2

Build the JAR file

./mvnw clean package

Run the JAR file

java -jar target/mtool-1.0.jar

Launch up H2 DB Console at

http://localhost:8080/h2

JDBC URL: jdbc:h2:~/mtool
User Name: sa
Password:

MTool Access URL

http://localhost:8080