https://github.com/gaowenhui/SpringDataJPA
SpringBoot实战项目 , 集成了SpringDataJPA实现CRUD、 分页(pageable + thymeleaf )、自定义sql、事务、Logback、Druid、FastJson、 Rest请求、自定义HttpResponseBody返回体、swagger2、@Scheduled定时任务
查询列表(分页) http://127.0.0.1:8080/list
删除 http://127.0.0.1:8080/delete?userId=1
自定义查询 http://127.0.0.1:8080/vcyber/age?uAge=20
分页查询测试 http://127.0.0.1:8080/vcyber/cutpage?page=1
swagger2文档 http://localhost:8080/swagger-ui.html
附截图2张: