关耳er  

2019年12月5日

摘要: 一、创建实体类并自动生成数据库表 二、dao层继承JpaRepository 三、controller中增加操作 四、controller中删除操作 五、controller中修改操作 阅读全文
posted @ 2019-12-05 17:18 关耳er 阅读(293) 评论(0) 推荐(0) 编辑
 
摘要: SpringBoot与MyBatis整合实现小型进销存项目 1、导入依赖 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w 阅读全文
posted @ 2019-12-05 14:47 关耳er 阅读(257) 评论(0) 推荐(0) 编辑
 
摘要: 1、依赖 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x 阅读全文
posted @ 2019-12-05 14:26 关耳er 阅读(353) 评论(0) 推荐(0) 编辑