Logo

GitLab

Sign in

朱子纯 / test3

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 1
  • Labels
  • Wiki
  • Snippets
  • Commits 42
  • Compare
  • Branches 4
  • Tags 0
  • test3
  • backend
  • src
  • main
  • java
  • com
  • example
  • erp
  • module
  • usr
  • controller
08 May, 2026
5 commits
  • feat(usr): PUT /api/usr/users/{userId} REQ-USR-002 ...
    8f600c60
    REQ-USR-002
    zichun authored
    2026-05-08 12:10:17 +0800  
    Browse Code »
  • fix(usr): 修复 review round 1 must-fix REQ-USR-003
    7921432e
    zichun authored
    2026-05-08 11:44:26 +0800  
    Browse Code »
  • feat(usr): selectUserList XML + getUserList service + GET /api/usr/users REQ-USR-003
    93a18967
    zichun authored
    2026-05-08 11:35:45 +0800  
    Browse Code »
  • feat(usr): 增加用户后端实现 REQ-USR-001 ...
    ff5af471
    - UserPrincipal record + JwtAuthenticationFilter 注入用户上下文
    - SecurityConfig 补充 authenticationEntryPoint 返回 401
    - UserService/UserServiceImpl: 创建用户、获取员工列表、获取权限组
    - UserController: POST /users、GET /users/staffs、GET /users/permission-groups
    - UserServiceTest (6 cases) + UserControllerTest (5 cases) 全部通过
    zichun authored
    2026-05-08 10:58:31 +0800  
    Browse Code »
  • feat(usr): SecurityConfig + JwtFilter + AuthController REQ-USR-004 ...
    ae7e90e0
    - SecurityConfig: STATELESS, permitAll /api/auth/**, JWT filter
    - JwtAuthenticationFilter: Bearer token → SecurityContext
    - AuthController: POST /login, POST /refresh, GET /brands
    - BrandVO: @JsonProperty to fix Jackson serialization of sNo/sName
    - AuthControllerTest: 4/4 PASS; all 22 backend tests GREEN
    zichun authored
    2026-05-08 09:57:55 +0800  
    Browse Code »