본문 바로가기
Dev/Spring Boot

[스프링 부트 개념과 활용] Tomcat Http2

by dev_jsk 2020. 8. 19.
728x90
반응형

개발 환경

JDK 9, Tomcat 9.x

구현 방법

pom.xml 수정

// pom.xml

<properties>
    <java.version>1.9</java.version>
    <tomcat.version>9.0.10</tomcat.version>
</properties>

동작 확인

Tomcat 동작 및 HTTP2 동작 확인

참고

https://docs.spring.io/spring-boot/docs/current/reference/html/howto.html#howto-embedded-web-servers

 

“How-to” Guides

Spring Boot has no mandatory logging dependency, except for the Commons Logging API, which is typically provided by Spring Framework’s spring-jcl module. To use Logback, you need to include it and spring-jcl on the classpath. The recommended way to do th

docs.spring.io

 

728x90
반응형

댓글