Diplomado UNAM - Hibernate
This repository is for an example application built in [Hibernate 5.4.2.Final]
The application is a simple Hibernate Application. It is used to help students learn how to use the basic Hibernate Framework with basic usage and CRUD generation. Step by step instructions and detailed explanations can be found in moodle.
As you work through the course, please feel free to fork this repository to your out GitHub repo. Most links contain links to source code changes. If you encounter a problem you can compare your code to the lesson code.
Recommended | Reference | Notes |
---|---|---|
Oracle Java 17 JDK | [Download](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html | Java 17 or higher is required for Spring Boot 3 |
IntelliJ 2022 or Higher | Download | Ultimate Edition recommended. Anyway, this runs in Community Edition |
Maven 3.9.0 or higher | Download | Installation Instructions |
Git 2.44 or higher | Download | |
Git GUI Clients | Downloads | Not required. But can be helpful if new to Git. SourceTree is a good option for Mac and Windows users. |