使用spring的jdbcTemplate用PreparedStatement执行sql的时候,怎么打印最终执行的sql。 这个问题简单。首先你自己创建一个MyJdbcTemplate。继承JdbcTemplate...