Commit 3f48fb8
authored
Improve performance by add enumerable propertySource
Update `ManagementContextAutoConfiguration`. use an EnumerablePropertySource to provide better property binding performance
Signed-off-by: tanruian <[email protected]>1 parent 740b00e commit 3f48fb8
File tree
1 file changed
+8
-1
lines changed- spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/web/server
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
88 | 95 | | |
89 | 96 | | |
90 | 97 | | |
| |||
0 commit comments