JWTDemo:Sprint引导JWT演示

时间:2024-03-01 10:31:43
【文件属性】:

文件名称:JWTDemo:Sprint引导JWT演示

文件大小:67KB

文件格式:ZIP

更新时间:2024-03-01 10:31:43

Kotlin

JWTDemo Sprint Boot JWT演示 认证 curl --location --request POST 'http://localhost:8080/authenticate' \ --header 'Content-Type: application/json' \ --data-raw '{ "username": "foo", "password": "foo" }' 您好 curl --location --request GET 'http://localhost:8080/hello' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer ' \


【文件预览】:
JWTDemo-master
----build.gradle.kts(1KB)
----.gitignore(397B)
----src()
--------main()
--------test()
----gradlew(6KB)
----README.md(392B)
----gradlew.bat(3KB)
----gradle()
--------wrapper()
----settings.gradle.kts(29B)

网友评论