Spring Boot 3 Overview - JulianeMaran32/Java-with-Spring-Boot GitHub Wiki
Learn how to build Java applications with Spring Boot and Hibernate
- Develop Spring Boot applications
- Leverage Hibernate/JPA for database access
- Develop a REST API using Spring Boot
- Create a Spring MVC app with Spring Boot
- Connect Spring Boot apps to a Database for CRUD development
- Apply Spring Security to control application access
- Leverage all Java configuration (no XML) and Maven.
All source code is available for download.
All PDFs of slides are available download.
If you have questions or need help...
Post the question in the classroom discussion forum.
-
We assume that you are already have experience with Java.
- OOP, classes, interfaces, inheritance, exception handling, collections.
-
You should have the following items already installed
- Java Development Kit (JDK) - Spring Boot 3 requires JDK 17 or higher.
- Java IDE (we'll use IntelliJ in the videos, but any Java IDE will work)
Super Amazing IDE!
- In this course, we will use the free version of IntelliJ.
- Known as IntelliJ Community Edition
- Download from: https://jetbrains.com/idea/download
- Select Community Edition
- You can also use the Ultimate Edition ($) ... free trial version is available.
- You should have the following items already installed.
- Java Development Kit (JDK) - Spring Boot 3 requires JDK 17 or higher.
- Java IDE (we'll use IntelliJ in the videos, but any Java IDE will work)
- Before continuing with the course
- Make sure you can run a basic
HelloWorld
Java app in your Java IDE.
- Make sure you can run a basic