Commit df4a2e3
committed
Fix WebFlux default enabled constant
Rename the default enabled constant to DEFAULT_MICROSPHERE_SPRING_BOOT_WEBFLUX_ENABLED and use it as the defaultValue for the WebFlux 'enabled' configuration property. This corrects an incorrect reference to the WEBMVC constant and aligns the constant name with the WebFlux module.1 parent 6db9004 commit df4a2e3
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
- microsphere-spring-boot-webflux/src/main/java/io/microsphere/spring/boot/webflux/constants
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments