JDBCTemplate操作数据库
摘要:1:创建对应数据库的 实体类(entity): package JDBCTemplate.entity; public class User { private String userId; private String username; private String ustatus; publi
阅读全文
posted @ 2021-08-29 16:18
posted @ 2021-08-29 16:18
posted @ 2021-08-29 10:59