https://github.com/csaba79-coder/web-spring-captcha
Web App with CAPTCHA
https://github.com/csaba79-coder/web-spring-captcha
h2-database jpa-hibernate junit5 lombok security thymeleaf webapp
Last synced: over 1 year ago
JSON representation
Web App with CAPTCHA
- Host: GitHub
- URL: https://github.com/csaba79-coder/web-spring-captcha
- Owner: Csaba79-coder
- License: mit
- Created: 2022-03-07T10:10:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-10T15:55:22.000Z (over 4 years ago)
- Last Synced: 2023-03-04T23:25:39.281Z (over 3 years ago)
- Topics: h2-database, jpa-hibernate, junit5, lombok, security, thymeleaf, webapp
- Language: Java
- Homepage: https://github.com/Csaba79-coder/web-spring-captcha
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# web-spring-captcha
Web App with CAPTCHA
Create a Web app with login form, using Security, make different accesses, using Lombok, Thymeleaf, JPA-Hibernate and H2-Database and JUnit testing!
# create db in MySQL:
CREATE DATABASE webcaptcha_db;