Skip to content

A Spring Boot webapp which uses Spring MVC and Thymeleaf to implement a todo-list service.

Notifications You must be signed in to change notification settings

dancoghlan/task-dashboard-spring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Webapp

Details

Build the WAR file using the following Maven command:

mvn clean package

The default homepage URL is: http://localhost:8080/task-webapp/app/home

(or whatever port your Tomcat instance is running on)

Login Credentials

Use the following credentials to log into the app:

Username Password Roles
basic_user pass USER
admin_user admin USER, ADMIN

About

A Spring Boot webapp which uses Spring MVC and Thymeleaf to implement a todo-list service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published