feat(jwt): implement JWT-based authentication system

This commit is contained in:
2025-11-29 12:00:30 +08:00
parent 894a1c5d07
commit de52e2816c
23 changed files with 540 additions and 8 deletions

View File

@@ -2,4 +2,5 @@ rootProject.name = "weblog-springboot"
include("weblog-web")
include("weblog-module-admin")
include("weblog-module-common")
include("weblog-module-common")
include("weblog-module-jwt")