What you'll learn:
- Learn how to build RESTful web-services using Spring Boot 3
- Learn how to develop three layer architecture (Controller, Service and Repository) in Spring boot application
- Learn how to connect Spring boot application to MySQL database
- Learn how to use Lombok library to reduce boilerplate code
- Learn how to use Spring Data JPA in Spring boot application
- Learn how to use IntelliJ IDEAÂ to develop Spring boot application
- Learn how to use Postman client to test the REST APIs
In this course, you will learn how to build REST APIs using the latest version of Spring Boot 3, Spring Data JPA (Hibernate), and MySQL database. We will use IntelliJ IDEAto develop the Spring Boot project.
Spring Boot is basically an extension of the Spring framework which eliminated the boilerplate configurations required for setting up a Spring application.
Spring Boot is an opinionated framework that helps developers build Spring-based applications quickly and easily. The main goal of Spring Boot is to quickly create Spring-based applications without requiring developers to write the same boilerplate configuration again and again.
Tools and technologies used:
- Java 17
- Spring Boot 3+
- Spring Data JPA ( Hibernate)
- Lombok
- MySQL
- IntelliJ IDEA
- Maven
- Tomcat
- Postman
What will students learn in your course?
Learn how to build RESTful web services using Spring Boot 3
Learn how to develop three-layer architecture (Controller, Service, and Repository) in the Spring boot application
Learn how to connect Spring boot application to MySQL database
Learn how to use the Lombok library to reduce boilerplate code
Learn how to use Spring Data JPA in the Spring boot application
Learn how to use IntelliJ IDEAto develop a Spring boot application
Learn how to use the Postman client to test the REST APIs