Skip to content

Commit 992e6d8

Browse files
committed
Add some documentation.
1 parent 1eeb942 commit 992e6d8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,15 @@ 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+
125134
### Spring WebFlux
126135

127136
Maven:

0 commit comments

Comments
 (0)