Spring skills in under 30 minutes
Designed to be completed in 15-30 minutes, these Guides provide quick, hands-on experience for a wide variety of development tasks—from “Hello World” to solving specific problems—using the latest Spring project releases and techniques as recommended by the Spring team.
Curriculum
- 2 Sections
- 9 Lessons
- 10 Weeks
Expand all sectionsCollapse all sections
- Mini Project 01 : Customer Web Application using accessing data with JPA that stores entity POJOsAccessing Data with JPA : This guide walks you through the process of building an application that uses Spring Data JPA to store and retrieve data in a relational database.9
- 2.1What You Need
- 2.2The Installation of Java 17 or later
- 2.3The Installation of Gradle 7.5+
- 2.4What is A Web Application by using Accessing Data with JPA
- 2.5Create Objects using POJOs (Plain Old Java Objects) in a memory-based application
- 2.6Annotated Customer Objects as a JPA Entity
- 2.7Create simple Queries by using Spring Data JPA in a relational database
- 2.8Create Application Class with Spring Initializr
- 2.9Run the Customer Web Application from the command line using Gradle or Maven
- Mini Project 02 : How to build an application with Spring Boot0