2020年8月27日

JdbcTemplate基本使用(非原创)

摘要: 增删改 API介绍 org.springframework.jdbc.core.JdbcTemplate类方便执行SQL语句 public int update(final String sql)用于执行`INSERT`、`UPDATE`、`DELETE`等DML语句。 queryForInt or 阅读全文

posted @ 2020-08-27 14:08 东方1024 阅读(255) 评论(0) 推荐(0)

导航