Skip to content

Commit

Permalink
feat: replace Tomcat with Undertow
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriidenisenko committed Dec 11, 2024
1 parent cae402d commit 8a5d38b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,16 @@
<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>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-undertow</artifactId>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
Expand Down

0 comments on commit 8a5d38b

Please sign in to comment.