File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -122,15 +122,6 @@ Ivy:
122122<dependency org =" com.mattbertolini" name =" spring-webmvc-annotated-data-binder" rev =" 0.1.0" />
123123```
124124
125- Once the jar is on your classpath, add a ` BinderConfiguration ` bean to your Spring context:
126-
127- ``` java
128- @Bean
129- public BinderConfiguration binderConfiguration() {
130- return new BinderConfiguration ();
131- }
132- ```
133-
134125### Spring WebFlux
135126
136127Maven:
@@ -152,6 +143,17 @@ Ivy:
152143<dependency org =" com.mattbertolini" name =" spring-webflux-annotated-data-binder" rev =" 0.1.0" />
153144```
154145
146+ ### Configuration
147+
148+ Once the jar is on your classpath, add a ` BinderConfiguration ` bean to your Spring context:
149+
150+ ``` java
151+ @Bean
152+ public BinderConfiguration binderConfiguration() {
153+ return new BinderConfiguration ();
154+ }
155+ ```
156+
155157## Build
156158
157159To build:
You can’t perform that action at this time.
0 commit comments