컨트롤러 테스트에는 @SpringBootTest, @AutoConfigureMockMvc, @ActiveProfiles("test") 어노테이션이 필요하고 MockMvc mvc 객체로 실제 HTTP 요청을 테스트할 수 있습니다.