spring boot embedded server1 Spring Boot Embedded Tomcat 서버 설정 Spring Boot 애플리케이션은 tomcat, jetty, undertow 내장 서버를 사용할 수 있지만 디폴트 내장 서버는 tomcat을 사용한다. tomcat 내장 서버를 바로 사용할 수 있는 기본 구성 세트가 있지만 속성 또는 yaml 파일을 이용하여 내장 톰캣 서버를 구성하고 기본 설정을 변경할 수 있다. 내장 서버 autoconfiguration spring-boot-autoconfigure에 포함된 내장 서버 관련 auto configuration 관련 코드는 다음 패키지에 있다. org.springframework.boot.autoconfigure.web.embedded 내장 서버 관련 설정 클래스는 org.springframework.boot.autoconfigure.web.Server.. 스프링부트 2023. 11. 3. 이전 1 다음 💲 추천 글