jdbcTemplate 中的queryForList,你真的懂吗?你想象中的queryForList是不是应该长成下面这种模样?String sql = "select * from test.user";List<User> userList ...
確定! 回上一頁