Spring Boot + JPA + Hibernate + Oracle
This tutorial will walk you through the steps needed to combine the power of Spring Boot, Hibernate, and Oracle.
Join the DZone community and get the full member experience.
Join For FreeIn this tutorial, we will learn how to create a Spring Boot application that communicates with an Oracle data source through Hibernate.
Prerequisites
- Eclipse IDE (neon release)
- Maven 4
- Java 1.8
Create a Maven Project
Open Eclipse, then create a new Maven project and name it SpringBootHibernate.
At the end of this tutorial, we’ll get the following project structure: