File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
documentation/spring-boot-docs
spring-boot-loader-integration-tests
spring-boot-loader-tests-app
spring-boot-sni-integration-tests
spring-boot-sni-client-app Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ dependencies {
230230 resolvedBom(project(path : " :platform:spring-boot-dependencies" , configuration : " resolvedBom" ))
231231
232232 springApplicationExample(platform(project(" :platform:spring-boot-dependencies" )))
233- springApplicationExample(project(path : " :starter:spring-boot-starter-web " ))
233+ springApplicationExample(project(path : " :starter:spring-boot-starter-webmvc " ))
234234
235235 testImplementation(project(" :module:spring-boot-actuator-autoconfigure" ))
236236 testImplementation(project(" :test-support:spring-boot-test-support" ))
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ configurations {
3232dependencies {
3333 app project(path : " :platform:spring-boot-dependencies" , configuration : " mavenRepository" )
3434 app project(path : " :build-plugin:spring-boot-gradle-plugin" , configuration : " mavenRepository" )
35- app project(path : " :starter:spring-boot-starter-web " , configuration : " mavenRepository" )
35+ app project(path : " :starter:spring-boot-starter-webmvc " , configuration : " mavenRepository" )
3636 app project(path : " :starter:spring-boot-starter" , configuration : " mavenRepository" )
3737 app(" org.bouncycastle:bcprov-jdk18on:1.78.1" )
3838
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ repositories {
3232
3333dependencies {
3434 implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin . BOM_COORDINATES ))
35- implementation(" org.springframework.boot:spring-boot-starter-web " )
35+ implementation(" org.springframework.boot:spring-boot-starter-webmvc " )
3636 implementation(" org.webjars:jquery:3.5.0" )
3737}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies {
3131 app project(path : " :starter:spring-boot-starter" , configuration : " mavenRepository" )
3232 app project(path : " :starter:spring-boot-starter-actuator" , configuration : " mavenRepository" )
3333 app project(path : " :starter:spring-boot-starter-tomcat" , configuration : " mavenRepository" )
34- app project(path : " :starter:spring-boot-starter-web " , configuration : " mavenRepository" )
34+ app project(path : " :starter:spring-boot-starter-webmvc " , configuration : " mavenRepository" )
3535 app project(path : " :starter:spring-boot-starter-webflux" , configuration : " mavenRepository" )
3636 app project(path : " :build-plugin:spring-boot-gradle-plugin" , configuration : " mavenRepository" )
3737 app project(path : " :module:spring-boot-webflux" , configuration : " mavenRepository" )
Original file line number Diff line number Diff line change @@ -33,5 +33,5 @@ repositories {
3333dependencies {
3434 implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin . BOM_COORDINATES ))
3535 implementation(" org.springframework.boot:spring-boot-restclient" )
36- implementation(" org.springframework.boot:spring-boot-starter-web " )
36+ implementation(" org.springframework.boot:spring-boot-starter-webmvc " )
3737}
You can’t perform that action at this time.
0 commit comments