티스토리 뷰

728x90
반응형
SMALL

Spring boot에서 undertow 적용

1. pom.xml에서 tomcat을 exclude

<dependency>  
    <groupId>org.springframework.boot</groupId>  
    <artifactId>spring-boot-starter-web</artifactId>  
    <exclusions>  
        <exclusion>  
            <groupId>org.springframework.boot</groupId>  
            <artifactId>spring-boot-starter-tomcat</artifactId>  
        </exclusion>  
    </exclusions>  
</dependency>

2. undertow dependency 추가

<dependency>  
    <groupId>org.springframework.boot</groupId>  
    <artifactId>spring-boot-starter-undertow</artifactId>  
</dependency>
728x90
반응형
LIST

'Spring boot study > 8. ETC..' 카테고리의 다른 글

SSL/TLS Self Certificate  (0) 2022.05.12
Spring boot Swagger ui 연동  (0) 2022.01.28
Spring Cloud Config Client 정리  (0) 2021.11.09
Spring Cloud Config Server 정리  (0) 2021.11.09
Spring Batch 정리  (0) 2021.06.17
댓글
반응형
250x250
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함