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
- Host: GitHub
- URL: https://github.com/b-palaniappan/leaf
- Owner: b-palaniappan
- Created: 2021-01-26T18:42:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-26T20:07:37.000Z (over 3 years ago)
- Last Synced: 2025-05-20T05:39:02.390Z (about 1 year ago)
- Topics: fluentlenium, mongodb, spock-framework, spring-security, thymeleaf
- Language: Java
- Homepage:
- Size: 1020 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`