myblog:springboot搭建博客系统

时间:2024-05-20 10:53:10
【文件属性】:

文件名称:myblog:springboot搭建博客系统

文件大小:963KB

文件格式:ZIP

更新时间:2024-05-20 10:53:10

springboot Java

myblog SpringBoot搭建自己的个人博客源码 public interface BaseDao { // 根据ID加载实体 T get(Class entityClazz, Serializable id); // 保存实体 Serializable save(T entity); // 更新实体 void update(T entity); // 删除实体 void delete(T entity); // 获取所有实体 List findAll(Class entityClazz); // 获取实体总数 long findCount(Class entityClazz); }


网友评论