Commit 9542a50
committed
Support Spring Boot 4 WebMvcAutoConfiguration
Update auto-configuration ordering to handle both Spring Boot 2.x and 4.x class names. Added a @see to org.springframework.boot.webmvc.autoconfigure.WebMvcAutoConfiguration and expanded @autoConfiguration(afterName=...) to include both the old 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration' (Spring Boot 2) and the new 'org.springframework.boot.webmvc.autoconfigure.WebMvcAutoConfiguration' (Spring Boot 4+) so the configuration is applied correctly across SB versions.1 parent 097d841 commit 9542a50
1 file changed
Lines changed: 5 additions & 1 deletion
File tree
- microsphere-spring-boot-webmvc/src/main/java/io/microsphere/spring/boot/webmvc/autoconfigure
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
| |||
0 commit comments