diff --git a/README.md b/README.md index eb536c5..df6ed32 100644 --- a/README.md +++ b/README.md @@ -48,20 +48,34 @@
| 분류 | 이슈 내용 | 조치 내용 | |
| Annotation | servlet클래스에서 String을 return하여 [ .jsp ] 페이지로 forwarding 기대하였으나, 화면에 출력됨.. | -[ Detail ] | +[Detail] |
| Http Method 설정오류 | 로그인 에러메시지 Security의 Session > request.Attribute방식으로 바꾸던 중 화면에 데이터출력 오류 | -[ Detail ] | +[Detail] |
| MyBatis | MyBatis사용하면서 MapperLocation변경 시 BindingException... | -[ Detail ] | +[Detail] |
| SpringSecurity 설정오류 | +loadUserByUsername 메서드 수행시 DAO클래스 의존성이 주입되지않아, DB정보를 조회하지 못함. | +[Detail] | +|
| SpringSecurity 설정오류 | +없는 계정의 ID로 로그인시도 하여 UsernameNotFoundException에러 처리를 예상했으나 BadCredentialsException로 예외처리 됨. | +[working..] | +