Unpacking the Magic: Understanding Project Structure and Auto-Generated Code - Spring Boot T-6

Published: 07 February 2021
on channel: PithorAcademy
160
4

Hi everyone,

This is the 6th video in the series of Spring boot tutorial. In this video, we'll discuss the folder structure and auto-generated code of the spring boot project, which we've generated using Spring Initializr.

We'll cover the following things:
1. Folder Structure.
2. What is pom.xml?
3. Auto-generated code
4. Parent project and tag
5. Components or tags of pom.xml
6. What is @SpringBootApplication?
7. What is application.properties?

Topics Covered:
#autogeneratedcode​ #applicationproperties​ #pom​ #genearatedproject​ #java​ #versions​ #springboot​ #parent​ #groupid​ #dependencies​ #dependency​ #sts​ #SpringApplication​

For Spring boot concepts visit:

What & Why Spring boot:    • What is Spring Boot and Why we use it?  
Dependency Injection & IOC Container:    • The Power of Dependency Injection and...  
Aspect-Oriented Programming (AOP):    • Aspect-Oriented Programming (AOP): Si...  
Generate Spring Project:    • Spring Boot Made Simple: Generating P...  
Project Architecture:    • Understanding What We're Developing a...  
Auto generated Code & pom.xml:    • Unpacking the Magic: Understanding Pr...  
RestController & Endpoint:    • Exploring @RestController: Creating R...  

Complete Courses:

Spring Boot Tutorials:    • Course Intro: Rest API with Spring bo...  
Rest API Concepts:    • Course Intro: What is Rest API or Res...