https://www.youtube.com/watch?app=desktop&v=PH8-V6ah0XQ
HTML → Servlet → JSP → MVC pattern → Spring


DispatcherServlet.jar파일에서 확인 가능
영속성 컨텍스트
톰캣 내부에 같은 DB로 서버를 여러개 만들 때, 각각에 톰캣 서버마다 1차 캐시가 만들어짐.
이때 영속성 컨텍스트 불일치가 일어나는 듯.
https://aaronryu.github.io/2021/02/14/a-tutorial-for-spring-mvc-and-security/