ZinnaChoi / Study-Management

온라인 스터디 관리 시스템: 부재 일정 캘린더, 토론 게시판 및 알림 기능 제공
8 stars 0 forks source link

Create SecurityUtil to retrieve the information of the login member #20

Closed ZinnaChoi closed 10 months ago

ZinnaChoi commented 10 months ago

안녕하세요 @dayeon-dayeon !

memberRepository.findById(SecurityUtil.getLoginUserId()); // 로그인한 member 객체
@WithMockUser(username = "admin", authorities = { "ADMIN" })

확인 부탁드립니다 감사합니다!!!