Explorar o código

Switch naar Undertow

Harry de Boer %!s(int64=6) %!d(string=hai) anos
pai
achega
115c039984
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      pom.xml

+ 10 - 0
pom.xml

@@ -18,6 +18,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>org.springframework.boot</groupId>