springboot :spring data jpa的使用
Posted xianshiwang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot :spring data jpa的使用相关的知识,希望对你有一定的参考价值。
参考:
官方文档:https://docs.spring.io/spring-data/jpa/docs/current/reference/html
API官方文档:http://docs.spring.io/spring-data/data-jpa/docs/current/api/
JPQL文档:http://www.blogjava.net/calmJava/archive/2011/04/01/347450.html
DEMO示例:https://github.com/icnws/spring-data-jpa-demo
以上是关于springboot :spring data jpa的使用的主要内容,如果未能解决你的问题,请参考以下文章
在 Spring Boot 应用程序中使用 API 网关时,HATEOAS 路径无效
springboot 集成 spring-data-elasticsearch