An open API service indexing awesome lists of open source software.

https://github.com/b-palaniappan/leaf

SpringBoot app with Thymeleaf UI, Spring Security, MongoDB and Spock test with Fluentlenium Regression testing
https://github.com/b-palaniappan/leaf

fluentlenium mongodb spock-framework spring-security thymeleaf

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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`