/Spring_and_Hibernate_Course

These are my notes/code while working through Chad Darby's Spring and Hibernate for Beginners Course

Primary LanguageJava

🟪 Introduction

  • These are my notes from a Udemy course from Chad Darby, the course is entitled as 'Spring Boot 3, Spring 6 & Hibernate for Beginners' (https://www.udemy.com/course/spring-hibernate-tutorial/)
  • I began this course on 26/03/2023 in order to familiarise myself with the Spring framework to help me with my new job!

🛠️ Projects 🛠️

🟦 Simple Spring Boot REST API

  • Link: https://github.com/shivkumar98/Spring-Boot-REST-Project
  • I created a basic Spring Boot REST API application which would communicate with a 🐬MySQL Database🐬
  • The application would handle HTTP request which would do basic CRUD operations on an Employee table in the database