- This project will generate captcha image in src/main/resources/static/app/dist/img, you can config the path in application.properties file.
- If you run it, http://YOUR-DOMAIN:PORT/captcha will generate challenge code & a new PNG file
- And you can validate it by call a API: http://YOUR-DOMAIN:PORT/captcha/challenge/code.
- demo png:
mvn clean install
jar -jar captcha-0.0.1-SNAPSHOT.jar