From 3e419e9686c514169b938f74f5d71014bb6c0abe Mon Sep 17 00:00:00 2001 From: Taesan Date: Sun, 1 Mar 2020 23:13:29 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=BD=EC=A7=88=EC=9D=B4=EB=A0=A5=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 삽질이력 추가 --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index eb536c5..9baabb6 100644 --- a/README.md +++ b/README.md @@ -48,20 +48,34 @@ + + + + + + + + + + + + + +
분류 이슈 내용 조치 내용
Annotation servlet클래스에서 String을 return하여 [ .jsp ] 페이지로 forwarding 기대하였으나, 화면에 출력됨.. [ Detail ]
Http Method 설정오류 로그인 에러메시지 Security의 Session > request.Attribute방식으로 바꾸던 중 화면에 데이터출력 오류 [ Detail ]
MyBatis MyBatis사용하면서 MapperLocation변경 시 BindingException... [ Detail ]
SpringSecurity 설정오류loadUserByUsername 메서드 수행시 DAO클래스 의존성이 주입되지않아, DB정보를 조회하지 못함.[ Detail ]
SpringSecurity 설정오류없는 계정의 ID로 로그인시도 하여 UsernameNotFoundException에러 처리를 예상했으나 BadCredentialsException로 예외처리 됨.[ Detail ]