spring-data-jpa spring-data-jpa中基本操作 1.自定义IRepository接口实现 2.实现分页查询等功能 3.支持原生sql以及hql语句执行 4.druid数据库监控,监控页面地址:http://localhost:8085/druid/index.html 单元测试中对jpa的基本操作的调用以及测试