Security 적용 후 통합테스트는 어떻게 ?📢 로그인 후 이용가능한(권한 있는) 기능들은 테스트 코드를 어떻게 작성해야하는지 궁금하여 검색을 해보니 @WithMockUser , @WithUserDetails 등 다양한 방법들이 있었다.11. Testing Method SecurityThis section demonstrates how to use Spring Security's Test support to test method based security. We first introduce a MessageService that requires the user to be authenticated in order to access it.https://docs.spring.io/spring-security/site/docs/4.2.x/reference/html/test-method.html