Skip to content

Commit 5d81a07

Browse files
committed
Move docs.
1 parent 992e6d8 commit 5d81a07

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff 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

136127
Maven:
@@ -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

157159
To build:

0 commit comments

Comments
 (0)