From 3e419e9686c514169b938f74f5d71014bb6c0abe Mon Sep 17 00:00:00 2001 From: Taesan Date: Sun, 1 Mar 2020 23:13:29 +0900 Subject: [PATCH 1/3] =?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 ]
From 9bd7d895aaed2c7d345df2bcc74aecc64737c54b Mon Sep 17 00:00:00 2001 From: Taesan Date: Sun, 1 Mar 2020 23:14:59 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=EA=B0=80=EB=8F=85=EC=84=B1=EC=9D=84?= =?UTF-8?q?=EC=9C=84=ED=95=B4=20Detail=20=EC=8A=A4=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=8A=A4=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 가독성을위해 Detail 스페이스삭제 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9baabb6..69361bd 100644 --- a/README.md +++ b/README.md @@ -55,27 +55,27 @@ - + - + - + - + - +
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 ][Detail]
SpringSecurity 설정오류 없는 계정의 ID로 로그인시도 하여 UsernameNotFoundException에러 처리를 예상했으나 BadCredentialsException로 예외처리 됨.[ Detail ][Detail]
From ed2cd0905f6870eef2405723204617faefc15386 Mon Sep 17 00:00:00 2001 From: Taesan Date: Sun, 1 Mar 2020 23:32:05 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=EB=A7=88=EC=A7=80=EB=A7=89=20=EC=82=BD?= =?UTF-8?q?=EC=A7=88=EC=9D=B4=EB=A0=A5=EC=9D=80..=ED=98=84=EC=9E=AC=20?= =?UTF-8?q?=ED=95=B4=EA=B2=B0=EC=A4=91..?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 마지막 삽질이력은..현재 해결중.. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69361bd..df6ed32 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ - +
SpringSecurity 설정오류 없는 계정의 ID로 로그인시도 하여 UsernameNotFoundException에러 처리를 예상했으나 BadCredentialsException로 예외처리 됨.[Detail][working..]