Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.09 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.09 KB

Welcome to JPA and Hibernate Playground 👋

Twitter: fredericci

A simple JPA and Hibernate application, with this code you can easily practice mappings, configurations, etc.

How to use

  1. Clone this repo.
  2. Open this project in your favorite IDE.
  3. Just edit the code on br.com.fredericci.playground.Application.executeTest method.

Notice: You don't need a database configuration to run, there is a in memory database already configured.

Database configuration:

Web Console: http://localhost:8082/
JDBC URL: jdbc:h2:mem:my_database
User: sa
Password:

Author

👤 Dennys Fredericci

Show your support

Give a ⭐️ if this project helped you!