spring-security-example

时间:2024-05-24 05:02:05
【文件属性】:

文件名称:spring-security-example

文件大小:83KB

文件格式:ZIP

更新时间:2024-05-24 05:02:05

Java

Spring安全示例 基本认证 启动应用程序 mvn spring-boot:run -Drun.jvmArguments="-Dspring.profiles.active=basic" 使用curl启动客户端 curl -u user:pwd http://localhost:8080/ping 使用httpie启动客户端 http -ba user:pwd http://localhost:8080/ping 摘要式身份验证 启动应用程序 mvn spring-boot:run -Drun.jvmArguments="-Dspring.profiles.active=digest" 使用curl启动客户端 curl --digest -u user:pwd http://localhost:8080/ping 使用httpie启动客户端 http --auth-type=digest


【文件预览】:
spring-security-example-master
----pom.xml(3KB)
----src()
--------docs()
--------test()
--------main()
----README.md(984B)

网友评论