摘要: 简单的使用SpringBoot注解实现了增删改查操作 User类 /** * 用户类 */ public class User { private Integer id; //编号id private String username; //用户名 private String password; / 阅读全文
posted @ 2022-03-14 16:10 雪前 阅读(269) 评论(0) 推荐(0)