springboot-restful-passwordvalidator:密码验证器Restful API使用Springboot

时间:2021-05-11 12:49:52
【文件属性】:
文件名称:springboot-restful-passwordvalidator:密码验证器Restful API使用Springboot
文件大小:63KB
文件格式:ZIP
更新时间:2021-05-11 12:49:52
Java Springboot Restful API验证密码 规则是:•必须仅包含小写字母和数字的混合,并且每个均至少包含一个。 •长度必须在5到12个字符之间。 •不得包含紧随其后的任何字符序列。 应用名称:password-validator-ws类型:SpringBoot应用 要构建:mvn clean package要运行:mvnw spring-boot:run或java -jar target / password-validator-0.0.1-SNAPSHOT.jar 服务器端口:9000管理服务器端口:9001管理服务器地址:127.0.0.1 API详细信息:URL: 方法:POST内容类型:application / x-www-form-urlencoded参数:password = curl -X POST -H'内容类型:应用程序/ x-www-form-ur
【文件预览】:
springboot-restful-passwordvalidator-master
----README.md(875B)
----password-validator-ws()
--------.gitignore(268B)
--------.mvn()
--------pom.xml(2KB)
--------mvnw(6KB)
--------src()
--------mvnw.cmd(5KB)

网友评论