springboot3.1.4 (1) 썸네일형 리스트형 springBoot - 내부톰캣 제외시 [class file for jakarta.servlet.ServletException not found] Feat.Gradle 스프링부트로 설정 후 내부 톰캣을 제외하니 에러가.. 아! springboot 3.1.4 에서 세팅 내용입니다. 내부 톰캣을 제외 하기 위해 Gradled에 톰캣 제외 문구 추가 implementation ('org.springframework.boot:spring-boot-starter-web') { exclude module: 'spring-boot-starter-tomcat' } 추가 후 빌드를 하면.. 오류가!!!! ServletInitializer.java:6: error: cannot access ServletException public class ServletInitializer extends SpringBootServletInitializer { ^ class file for jakart.. 이전 1 다음