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
  • vo
08 May, 2026
2 commits
  • 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 »
  • feat(usr): AuthService login/refresh/getBrands + BizException + BeanConfig REQ-USR-004 ...
    79a8340d
    - LoginReqDTO/RefreshTokenReqDTO/LoginVO/BrandVO DTO/VO
    - AuthService interface: login/refresh/getBrands
    - AuthServiceImpl: multi-tenant brand query, BCrypt, disabled/lock check,
      fail count (5x → lock 30min), success reset; refresh token validate + re-issue;
      getBrands ORDER BY sName
    - UpdateWrapper (string columns) avoids LambdaWrapper unit test issue
    - BeanConfig: @Bean BCryptPasswordEncoder
    - AuthServiceTest: 10/10 PASS (7 login + 3 refresh/brands)
    zichun authored
    2026-05-08 09:54:34 +0800  
    Browse Code »