This is example of google reCaptcha usage with spring boot.
- Download and compile spring-boot-reCaptcha library. Run command mvn clean install
- Download spring-boot-reCaptcha-example sources
- Goto reCaptcha page. Create new captcha and copy siteKey and secretKey
- Replace siteKey and secretKey in the application.yml
- Run CaptchaExampleApplication
- Open http://localhost:8099 page in your favorite browser (port could be changed in the application.yml)
- Enjoy)