Skip to content

Mapping Java objects into relational tables in a MySQL database. Execute queries and operations on data using Java objects and classes.

Notifications You must be signed in to change notification settings

fajni/SpringBoot-Data-JPA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBoot-Data-JPA

Spring Boot JPA Symbol

Learning Spring Boot JPA (Java Persistence API).

ER Diagram

Dependencies & Requirements

  • Spring Data JPA
  • MySQL Driver
  • Spring Web
  • Lombok

Spring Boot: 3.2.5

Java: 22

Running the app

Clean the project, install and run:

java -jar .\springbootjpa-0.0.1-SNAPSHOT.jar --server.port=8081

More

For more about this project check file: SpringBootJPA.md

About

Mapping Java objects into relational tables in a MySQL database. Execute queries and operations on data using Java objects and classes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages