将:
new BeanPropertyRowMapper<PAY_CONFIG>()
改成
new BeanPropertyRowMapper<>(PAY_CONFIG.class)
就可以解决了
422 篇文章
如果觉得我的文章对您有用,请随意打赏。你的支持将鼓励我继续创作!