강의

멘토링

커뮤니티

Inflearn Community Q&A

gwise's profile image
gwise

asked

Spring Boot Introduction by Example

(38) Deploying war files

외부 톰캣을 사용할 경우

Written on

·

243

0

외부 톰캣을 사용할 경우 application.properties 여기 파일에 선언 했던 server.port=8081 이 포트 번호는 skip  되는 건가요?

spring-boot

Answer 1

1

java님의 프로필 이미지
java
Instructor

내장용 톰캣을 위한 포트번호 설정이므로, 외부 톰캣에는 적용되지 않습니다.

gwise's profile image
gwise

asked

Ask a question