일단 테스트를 할 때부터 계속 tests failed라고 떠서 봤더니 누가봐도 한글이 깨진 상태였다. import org.junit.jupiter.api.Test;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.boot.test.context.SpringBootTest;import org.springframework.boot.test.web.client.TestRestTemplate;import static org.assertj.core.api.Assertions.assertThat;import static org.springframework.boot.test.context.SpringBootT..