MyBatis vs Jpa
https://sm-studymemo.tistory.com/95
Spring MyBatis 연동
https://lifere.tistory.com/117
postman csrf 에러
https://blog.jiniworld.me/66
https://nan-sso-gong.tistory.com/54
https://stackoverflow.com/questions/52492498/postman-403-forbidden-message
-> 포스트맨 테스트 하려니까 403 에러가 나서 찾아보니 csrf 문제였다. 위에 나온 방법대로 해봤는데 안 돼서, 직접 코드에 csrf.disable()까지 설정해봤는데도 안 됨..
-> Insomnia REST Client 사용해서 됐다는 사람이 있어서 해봤으나 같은 403결과.
-> 콘솔에 뜨는 디버그 로그는 다음과 같다. 개발자가 테스트하기 어려운 프로그램이군,,
Not injecting HSTS header
since it did not match the requestMatcher
org.springframework.security.web.header.writers.HstsHeaderWriter
$SecureRequestMatcher
정말,, 회사에서 사용하는 툴, 라이브러리와 내가 배운 것이 거의 겹치지 않는다.
Java 언어 쓰는 것 말고는,,
공부 많이 해야지,,