웹 앱을 Spring Boot 2.4로 업그레이드한 후 잘못된 StateException Spring Boot 2.4로 업그레이드한 후 웹 앱이 더 이상 시작되지 않습니다.다음 오류가 발생하고 있습니다. Unable to locate the default servlet for serving static content. Please set the 'defaultServletName' property explicitly. 저는 다음 코드를 사용하여 컨텍스트 경로를 변경하고 있으며, 제 연구는 그것이 "culprit"(컨텍스트 경로 변경)임을 지적합니다. @Bean public ServletWebServerFactory servletContainer() { String tomcatPort = environme..