Create beginnings of spring-boot-tomcat module

This commit is contained in:
Andy Wilkinson
2025-03-03 11:47:30 +00:00
committed by Phillip Webb
parent 0337830615
commit 349f296d26
126 changed files with 236 additions and 190 deletions

View File

@@ -386,6 +386,7 @@ class PaketoBuilderTests {
return buildImage(imageName, arguments);
}
catch (Exception ex) {
ex.printStackTrace();
if (Duration.ofNanos(System.nanoTime() - start).toMinutes() > 6) {
throw ex;
}

View File

@@ -22,7 +22,6 @@ repositories {
dependencies {
implementation("org.springframework.boot:spring-boot-starter-web:{bootVersion}")
providedRuntime("org.springframework.boot:spring-boot-starter-tomcat:{bootVersion}")
}
war {