1、数据库的操作
Spring-Data-Jpa----->oracle
1)什么是Jpa?
JPA(Java persistence API)定义了一系列对象持久化的标准,目前实现这一规范的产品有Hibernate、TopLink等
JPA的主要实现由hibernate、eclipseLink和openJPA
2)restful api设计
本文介绍了如何使用Spring Data JPA在Spring Boot应用中连接Oracle数据库。首先,解释了JPA在对象持久化中的作用及其主要实现,如Hibernate。接着,详细展示了通过修改pom.xml文件添加相关依赖,并通过命令行安装Oracle JDBC驱动的过程。最后,提到了DemoApplication.java的相关设置。
1、数据库的操作
Spring-Data-Jpa----->oracle
1)什么是Jpa?
JPA(Java persistence API)定义了一系列对象持久化的标准,目前实现这一规范的产品有Hibernate、TopLink等
JPA的主要实现由hibernate、eclipseLink和openJPA
2)restful api设计
8676
4521