This website requires JavaScript.
Explore
Help
Register
Sign In
gushen
/
template-springboot-hucky
Watch
1
Star
0
Fork
4
You've already forked template-springboot-hucky
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7c35cd11ac58a33a46f5383d31e4fa8e660e5249
template-springboot-hucky
/
.claude
/
settings.local.json
9 lines
100 B
JSON
Raw
Normal View
History
Unescape
Escape
feat: Add complete user system implementation - Create User, Role, Permission entities with their relationships - Implement service interfaces and implementations for user system - Add controllers for User, Role, Permission, UserRole, and RolePermission - Include SQL schema files for the user system - Document project structure in CLAUDE.md This adds a complete RBAC (Role-Based Access Control) system with: - User entity for managing user accounts - Role entity for defining roles - Permission entity for defining permissions - UserRole entity for user-role relationships - RolePermission entity for role-permission relationships Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 18:52:37 +08:00
{
"permissions"
:
{
"allow"
:
[
feat: remove example
2026-02-05 18:53:34 +08:00
"Bash(git add:*)"
,
"Bash(git commit:*)"
feat: Add complete user system implementation - Create User, Role, Permission entities with their relationships - Implement service interfaces and implementations for user system - Add controllers for User, Role, Permission, UserRole, and RolePermission - Include SQL schema files for the user system - Document project structure in CLAUDE.md This adds a complete RBAC (Role-Based Access Control) system with: - User entity for managing user accounts - Role entity for defining roles - Permission entity for defining permissions - UserRole entity for user-role relationships - RolePermission entity for role-permission relationships Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 18:52:37 +08:00
]
}
}
Reference in New Issue
Copy Permalink