Upgrade dependencies

This commit is contained in:
Artem Bilan
2019-04-02 17:12:18 -04:00
parent c59e91e6fc
commit 09169fcd59
2 changed files with 8 additions and 8 deletions

View File

@@ -60,7 +60,7 @@
<bean id="replySource" class="org.springframework.integration.jdbc.ExpressionEvaluatingSqlParameterSourceFactory">
<property name="parameterExpressions">
<map>
<entry key="id" value="#this['SCOPE_IDENTITY()']"/>
<entry key="id" value="#this.ID"/>
</map>
</property>
</bean>