Spring Boot 웹 애플리케이션을 WAR로 배포할 때 왜 SpringBootServletInitializer를 상속해야 하는걸까?
Spring Boot로 웹 애플리케이션을 만들고 이를 WAR로 배포할 때에는(Apache Tomcat 같은 Servlet Container에) SpringBootServletInitializer를 상속 하도록 가이드 하고 있다.
medium.com
https://4urdev.tistory.com/m/84
Spring Boot WAR 로 배포하기 (How to deploy with *.war file with Spring Boot)
Spiring Boot 는 기본적으로 jar 배포형태를 가지고 있습니다. 그 말은 그 자체로서 java 실행 프로그램이다 라는 의미로 해석될 수 있다고 생각합니다. tomcat 같은 웹서버도, db 도 다 내장으로 가질 수 있는 형..
4urdev.tistory.com
스프링부트 war 파일로 톰캣에 배포하기 - 제타위키
다음 문자열 포함...
zetawiki.com
'spring-boot' 카테고리의 다른 글
spring boot war 배포시 ClassNotFoundException: javax.servlet.GenericFilter (0) | 2020.07.12 |
---|---|
spring boot jsp, tiles설정 (0) | 2020.07.03 |
content is not allowed in prolog 에러 (0) | 2020.04.10 |
spring boot2 multiple datasource (0) | 2020.04.02 |
custom error page-exception 처리 (0) | 2020.03.13 |