Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的数据库中有一个带有一个输入参数和一个输出参数的存储过程。
如何使用 SimpleJdbcDaoSupport 在我的 java 文件中调用此过程?
我是Spring的新手..有人可以为此提出一些建议吗?
getJdbcTemplate().call(..)看起来像使用的方法。
getJdbcTemplate().call(..)