You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
역할로 예외처리 기능 추가(주석 처리, 추후 추가 기능)
// if (member.getPosition().getRole().equals( "(* 해당하는 role 값의 문자열 *)" )) {
// throw new SecurityException("관리자만 공지를 작성할 수 있습니다.");
// }