issues
search
changju
/
study-springboot
0
stars
0
forks
source link
[3부: 스프링 부트 원리] 13. 내장 웹 서버 응용 1부: 컨테이너와 서버 포트
#7
Open
changju
opened
2 years ago
changju
commented
2 years ago
3부: 스프링 부트 원리
13. 내장 웹 서버 응용 1부: 컨테이너와 서버 포트
https://docs.spring.io/spring-boot/docs/current/reference/html/howto-embedded-web-servers.html
다른 서블릿 컨테이너로 변경
웹 서버 사용 하지 않기
포트
server.port
랜덤 포트
ApplicationListner
changju
commented
2 years ago
DispatcherServlet 이 사용하는 Servlet Container 변경하기
changju
commented
2 years ago
WebServer 로 띄우지 않기
Properties
Code
3부: 스프링 부트 원리
13. 내장 웹 서버 응용 1부: 컨테이너와 서버 포트