✨What's Cooking in Our Workshop✨
Persisting data is a crucial part of any application that you build. It’s not always easy to map your business objects with your relational database. One of the tools that can help you with this is called Hibernate ORM (for Object Relational Mapping).
Join us in this workshop where we will learn the basics of Hibernate combined with the most popular Java App framework : Spring Boot and MySQL as a database.
🧠 Prepare for a Brain Upgrade You will learn:
Basics of JPA (Java Persistence API) and the most famous implementation: Hibernate ORM
How to design your Entities
How to Leverage the power of Spring Data
How to avoid common pitfalls of ORM and learn best practices.
📚 Prerequisities
Web browser
Github Account
Sign up to the Aiven Console: https://go.aiven.io/signup-springboot...
Resources
Create a Spring Boot application with a MySQL backend:
https://aiven.io/developer/create-a-s...