We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8978d8c commit c0c66e2Copy full SHA for c0c66e2
integration-test/spring-boot-sni-integration-tests/spring-boot-sni-servlet-app/build.gradle
@@ -51,7 +51,7 @@ dependencies {
51
implementation("org.springframework.boot:spring-boot-starter-actuator")
52
53
app(files(sourceSets.main.output))
54
- app('org.springframework.boot:spring-boot-starter-web') {
+ app('org.springframework.boot:spring-boot-starter-webmvc') {
55
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-tomcat'
56
}
57
tomcat("org.springframework.boot:spring-boot-starter-tomcat")
0 commit comments