refactor application configuration and update user model with new fields

This commit is contained in:
zyh
2025-07-18 18:12:21 +08:00
parent 0a76239544
commit 445e448d55
10 changed files with 164 additions and 20 deletions

View File

@@ -3,7 +3,11 @@
"allow": [
"Bash(mkdir:*)",
"Bash(rmdir:*)",
"Bash(rm:*)"
"Bash(rm:*)",
"Bash(mvn:*)",
"Bash(./mvnw clean compile)",
"Bash(cd:*)",
"Bash(ls:*)"
],
"deny": []
}