스프링 부 트 (8) 관련 설정

1034 단어 Springboot
1. Tomcat 의 포트 번 호 를 수정 합 니 다. 기본 값 은 8080 입 니 다.
application. properties 설정 파일 에 추가
server. port = 수정 하고 싶 은 포트 번호
2. context - path 를 수정 하고 기본 값 은 /
server.context-path=/springboot
3. 기타 설정
#server.port=8080
#server.address= # bind to a specific NIC
#server.session-timeout= # session timeout in seconds
#the context path, defaults to '/'
#server.context-path=/spring-boot
#server.servlet-path= # the servlet path, defaults to '/'
#server.tomcat.access-log-pattern= # log pattern of the access log
#server.tomcat.access-log-enabled=false # is access logging enabled
#server.tomcat.protocol-header=x-forwarded-proto # ssl forward headers
#server.tomcat.remote-ip-header=x-forwarded-for
#server.tomcat.basedir=/tmp # base dir (usually not needed, defaults to tmp)
#server.tomcat.background-processor-delay=30; # in seconds
#server.tomcat.max-threads = 0 # number of threads in protocol handler
#server.tomcat.uri-encoding = UTF-8 # character encoding to use for URL decoding

좋은 웹페이지 즐겨찾기