A simple JPA and Hibernate application, with this code you can easily practice mappings, configurations, etc.
- Clone this repo.
- Open this project in your favorite IDE.
- 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:
👤 Dennys Fredericci
- Website: https://www.fredericci.com.br/
- Twitter: @fredericci
- Github: @dennysfredericci
- LinkedIn: @dennysfredericci
Give a ⭐️ if this project helped you!