Skip to content

Fkhrayef/spring-boot-bootcamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Spring Boot Bootcamp Exercises

Welcome to the Spring Boot Bootcamp Exercises repository! This repo contains my daily Java and Spring Boot projects as part of my learning journey. Each day is organized as a standalone project/folder for easy navigation and execution.


📚 Project Overview

This repository is a collection of hands-on exercises and mini-projects completed during my Spring Boot bootcamp. Each folder under the root directory represents a separate day's work, ranging from basic Java programs to full-fledged Spring Boot applications.


🗂️ Repository Structure

spring-boot-bootcamp/
  day-01/
    src/
    pom.xml (if Spring Boot)
    ...
  day-02/
    src/
    ...
  ...
  • Each day-XX/ folder is a self-contained Java or Spring Boot project.
  • src/ contains the source code for that day's exercises.
  • pom.xml or build.gradle (if present) means it's a Spring Boot project.

▶️ How to Run Each Day's Project

  1. Clone the repository:
    git clone https://github.com/Fkhrayef/spring-boot-bootcamp.git
    cd spring-boot-bootcamp
  2. Navigate to the desired day:
    cd day-02
  3. Run the project:
    • For plain Java:
      • Open in your IDE and run the main class, or
      • Compile and run with:
        javac src/*.java
        java -cp src MainClassName
    • For Spring Boot:
      • With Maven:
        mvn spring-boot:run
      • With Gradle:
        ./gradlew bootRun

📬 Contact

For questions or feedback, feel free to open an issue or reach out via GitHub Issues.

Happy coding! 🎉

Java Spring Boot GitHub

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages