Stored proc outbound gateway null parameter handling
问题 How can i make this code work even if payload.second is null (optional parameter). <int-jdbc:stored-proc-outbound-gateway id="outGtw" data-source="someDs" request-channel="someChannel" reply-channel="someOtherChannel" stored-procedure-name="someStoredProcedure" ignore-column-meta-data="true"> <int-jdbc:sql-parameter-definition name="first"/> <int-jdbc:sql-parameter-definition name="second"/> <int-jdbc:sql-parameter-definition name="outParam" direction="OUT" type="NVARCHAR"/> <int-jdbc