This is a demo for the captcha behind the Spring Security Framework.
-
Download the project(or jar) to local.
-
cmd the follow command to package the project to
.jar
mvn clean package -Dmaven.test.skip=true
(if you download the jar, please jump to step 3)
-
using cmd to run this project
cd ./target java -jar demo-0.0.1-SNAPSHOT.jar
-
try to open the
localhost:8080
and test it!
if the project do help your business, please give me a nod!
welcome to star and raise issue!