Skip to content

SpringBoot app with Thymeleaf UI, Spring Security, MongoDB and Spock test with Fluentlenium Regression testing

Notifications You must be signed in to change notification settings

b-palaniappan/leaf

Repository files navigation

Thymeleaf App

Application Tools and Functionality

  • Springboot application with Thymeleaf UI.
  • Spring security with custom authentication using MongoDB collection.
  • Remember Me functionality on login page, using spring security.
  • WebJars to provide static js and css files
  • Cache Buster for static resources like js, css, image, etc...
  • Spock Unit and Integration testing.
  • Use fluentlenium with htmlunit for UI Regression testing.

TODO

  • New Feature will be added in the future.

Run local mongoDB

Command to run local docker MongoDB - docker run --rm --name local-mongo -p 27017:27017 -d mongo:bionic

About

SpringBoot app with Thymeleaf UI, Spring Security, MongoDB and Spock test with Fluentlenium Regression testing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published