Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 523 Bytes

File metadata and controls

11 lines (6 loc) · 523 Bytes

Hibernate ElementCollection Mapping Example with Spring Boot and JPA

Read the Tutorial - https://www.callicoder.com/hibernate-spring-boot-jpa-element-collection-demo/

Setup the Application

  1. Create a database named hibernate_element_collection_demo.

  2. Open src/main/resources/application.properties and change spring.datasource.username and spring.datasource.password properties as per your MySQL installation.

  3. Type mvn spring-boot:run from the root directory of the project to run the application.

close