Skip to content

Commit c079456

Browse files
committed
Fix typo in WebMvcAutoConfiguration comment
Correct a typo in the auto-configuration comment: changed "Springg Boot" to "Spring Boot" in microsphere-spring-boot-webmvc/src/main/java/io/microsphere/spring/boot/webmvc/autoconfigure/WebMvcAutoConfiguration.java. This is a documentation-only change for clarity; no behavior changed.
1 parent 3b70727 commit c079456

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

microsphere-spring-boot-webmvc/src/main/java/io/microsphere/spring/boot/webmvc/autoconfigure/WebMvcAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
*/
4646
@ConditionalOnWebMvcAvailable
4747
@AutoConfiguration(afterName = {
48-
"org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration", // Springg Boot [2.0, 4.0)
48+
"org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration", // Spring Boot [2.0, 4.0)
4949
"org.springframework.boot.webmvc.autoconfigure.WebMvcAutoConfiguration" // Spring Boot [4.0,)
5050
})
5151
@EnableWebMvcExtension(registerHandlerInterceptors = true)

0 commit comments

Comments
 (0)