|
via Udemy |
Go to Course: https://www.udemy.com/course/springboot-real-time-rest-application-from-scratch/
In this course, you will learn how to build REAL TIME REST APIs using Spring boot.Well, we will follow the Real-time industry-standard project development approach in this course. SpringBoot ?Spring Boot is an open source, microservice-based Java web framework. The Spring Boot framework creates a fully production-ready environment that is completely configurable using its prebuilt code within its codebaseJPA?Spring Boot JPA is a Java specification for managing relational data in Java applications. It allows us to access and persist data between Java object/ class and relational database. JPA follows Object-Relation Mapping (ORM). It is a set of interfacesH2 Database ?H2 database is an open source, embedded and in memory relational database management system. It is written in Java and provides a client/server application. It stores data in system memory instead of disk. Once program is closed, data is also lostLombok ?What is Lombok. Project Lombok (from now on, Lombok) is an annotation-based Java library that allows you to reduce boilerplate code. Lombok offers various annotations aimed at replacing Java code that is well known for being boilerplate, repetitive, or tedious to writeYou will learn the below topics in this course:How to create SpringBoot project using Intellij and Spring initializerHow to add project dependencies What is JPA and how to create Entities Relationship between entities [tables]How to write API's in SpringBootLearn Spring boot REST API exception handling for the entire applicationLearn how to use Data Transfer ObjectsYou will learn using Lombok annotationsLearn REST APIs Documentation with Swagger UIYou will learn to perform the database operations using Data JPAYou will connect Spring Boot application to MySQL databaseYou will connect Spring Boot application to H2 databaseYou will learn to create the REST end pointsLearn how to build CRUD REST API'sLearn how to content filtering using JacksonLearn how to write Asynchronous methodLearn how to write scheduler with CRON expressionLearn how to Call third part rest API'sLearn how to refactoring the code Learn how to send email from SpringBootTechnologies: Java 8+ Spring Boot Spring Data JPA TomcatIDE: Intellij IDEADatabase: H2 In Memory MySQL databaseTools: Postman - Test REST API Maven - Build Tool