토비의 스프링 부트 - 이해와 원리
'@Conditional과 @Condition' 강의 - 스프링부트3.0 이상으로 안되는분들
Jetty does not yet support Servlet 6.0. To use Jetty with Spring Boot 3.0, you will have to downgrade the Servlet API to 5.0. You can use the jakarta-servlet.version property to do so.(https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Migration-Guide)에 따라 build.gradle에ext['jakarta-servlet.version'] = '5.0.0'위의 문장을 추가해야 동작 가능합니다.