Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
작업 내용
AOP적용, 어노테이션 생성, 페이지 리펙토링
페이지 리펙토링
config 정리
스크린샷
아래 사진은 사용예시에요
사용법입니다. 로그인이 필요한 controller에 @authuser 삽입 -> User 정보 도출 가능 -> 예약 화면에 학번, 이름 가져올 수 있는 기능.
예외처리는 AuthException 참고.
페이징처리 이해하기 쉽고 다양한 정렬조건 가능하게 변경.
주의사항
PageExceptionHandler로 예외처리가 잘 안되는듯함.
UserController에서 로그인 2번째부터 안됨. �user 등록하기 전 userRepository에 같은 학번이 존재하는지 체크 후 save 로직 작성 필요.
추후 관리자 AOP 작성 예정.
Closes #180