We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eeb942 commit 992e6d8Copy full SHA for 992e6d8
README.md
@@ -122,6 +122,15 @@ Ivy:
122
<dependency org="com.mattbertolini" name="spring-webmvc-annotated-data-binder" rev="0.1.0"/>
123
```
124
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
134
### Spring WebFlux
135
136
Maven:
0 commit comments