Spring Boot Jpa 简明教程
Spring Boot JPA Tutorial
JPA 是一种针对如何访问、管理和在 Java 对象与关系数据库之间持久化信息/数据而制定规范。它提供了一种用于 ORM(对象关系映射)的标准方法。Spring Boot 提供了与 JPA 的无缝集成。
JPA is a specification which specifies how to access, manage and persist information/data between java objects and relational databases. It provides a standard approach for ORM, Object Relational Mapping. Spring Boot provides a seemless integration with JPA.