Skip to content

CodeWithJatinSh/Spring-Boot-0-to-100

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Spring-Boot-0-to-100

Welcome to Spring-Boot-0-to-100 🎯 β€” my personal journey of learning and practicing Spring Boot from the ground up. This repository contains hands-on examples, experiments, and small projects that cover Spring Boot fundamentals all the way to advanced concepts.


πŸ“Œ About This Repository

  • This is a practice-first repository to solidify my understanding of Spring Boot.
  • Each module/example focuses on one or more key Spring Boot concepts.
  • Acts as a reference library I can revisit whenever I need a refresher.

πŸš€ What You’ll Find Here

  • βœ… Basic Spring Boot application setup
  • βœ… Dependency Injection (DI) & Inversion of Control (IoC)
  • βœ… Bean Scopes & Component Scanning
  • βœ… Service & Repository layers
  • βœ… Externalized Configuration (application.properties / application.yml)
  • βœ… Profiles & Conditional Beans
  • βœ… Small demo projects (like Coffee Ordering System β˜•)
  • βœ… More concepts will be added as I progress β†’ goal is 0 β†’ 100 mastery

πŸ› οΈ Tech Stack

  • Java
  • Spring Boot
  • Maven
  • IntelliJ IDEA
  • (Future) MySQL / JPA / REST APIs

πŸ“‚ Repository Structure

Spring-Boot-0-to-100/
│── src/main/java/com/Coding/Jatin/M1/...   # Practice code & demos
│── src/main/resources/                     # application.properties, configs
│── pom.xml                                 # Maven dependencies
│── README.md                               # You are here :)

πŸ’‘ How to Run

  1. Clone the repository:

    git clone https://github.com/CodeWithJatinSh/Spring-Boot-0-to-100.git
    cd Spring-Boot-0-to-100
  2. Build & run using Maven/IDE:

    mvn spring-boot:run
  3. Explore different examples and modify as you learn πŸš€


🎯 Goals of This Repo

  • Build solid fundamentals of Spring Boot
  • Document my learning journey step by step
  • Create a reference guide for myself & others
  • Slowly progress towards building real-world Spring Boot applications

πŸ“– References & Resources


πŸ§‘β€πŸ’» Author

Jatin Sohanvi πŸ“§ Email: sohanvijatin@gmail.com Learning Java + Spring Boot πŸš€


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages