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 754885b commit 7b0795eCopy full SHA for 7b0795e
src/reference/asciidoc/jdbc.adoc
@@ -100,7 +100,7 @@ Below example provides sql type for the parameters being used in the query.
100
class="o.s.integration.jdbc.ExpressionEvaluatingSqlParameterSourceFactory">
101
<property name="sqlParameterTypes">
102
<map>
103
- <entry key="status" value=""#{ T(java.sql.Types).BINARY}" />
+ <entry key="status" value="#{ T(java.sql.Types).BINARY}" />
104
</map>
105
</property>
106
</bean>
0 commit comments