Skip to content

Commit 44409a4

Browse files
authored
Update modernApproach label in spring-boot-mvc-config.yaml
1 parent 545e98a commit 44409a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/enterprise/spring-boot-mvc-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jdkVersion: "17"
88
oldLabel: "Spring Boot 1.x"
99
modernLabel: "Spring Boot 4.x"
1010
oldApproach: "WebMvcConfigurerAdapter with @EnableWebMvc"
11-
modernApproach: "WebMvcConfigurer with Boot Auto-Configuration"
11+
modernApproach: "WebMvcConfigurer with Spring Boot Auto-Configuration"
1212
oldCode: |-
1313
@EnableWebMvc
1414
@Configuration

0 commit comments

Comments
 (0)