Skip to content

This repository hosts practice demos for various Spring Boot tutorials inspired by the Telusko YouTube channel. It covers topics like RESTful APIs, JPA, security, and microservices, providing hands-on examples to strengthen Spring Boot knowledge.

Notifications You must be signed in to change notification settings

janyaibe/Springboot-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Spring Boot Practice Tutorials

Welcome to the Spring Boot Practice Tutorials repository! This repository contains hands-on demos and projects inspired by Spring Boot tutorials from the YouTube channel Telusko. The goal of this repository is to practice, explore, and build proficiency with Spring Boot by implementing concepts covered in these tutorials.

About This Repository

This repository is structured around various concepts and features of Spring Boot. Each folder corresponds to a specific tutorial or topic and contains:

  • Source Code: Well-documented Java code illustrating the concept.
  • Resources: Configuration files and supplementary materials.
  • ReadMe: A brief explanation of the implementation and any unique insights.

Tutorials Covered

The tutorials covered in this repository include, but are not limited to:

  1. Introduction to Spring Boot
  2. Building RESTful APIs
  3. Spring Boot with JPA and Hibernate
  4. Spring Boot Security Basics
  5. Microservices with Spring Boot

Refer to the Telusko YouTube Playlist for the full list of tutorials and their video explanations.

How to Use This Repository

  1. Clone the Repository:
    git clone https://github.com/yourusername/springboot-practice-tutorials.git
  2. Navigate to a Tutorial Folder: Each tutorial is contained in a separate folder. Navigate to the desired tutorial folder to explore its code and resources.
    cd springboot-practice-tutorials/tutorial-name
  3. Run the Application: Each project contains a README.md file with specific instructions to run the Spring Boot application. Typically, you can run the application using:
    ./mvnw spring-boot:run
  4. Experiment and Learn: Modify the code, add new features, or debug to enhance your understanding.

Prerequisites

  • Java Development Kit (JDK): Version 11 or higher
  • Maven: For dependency management
  • IDE: IntelliJ IDEA, Eclipse, or any preferred Java IDE

Contributing

Feel free to contribute by:

  • Adding new examples based on Telusko tutorials
  • Enhancing existing examples
  • Fixing bugs or improving documentation

To contribute:

  1. Fork this repository.
  2. Create a feature branch.
  3. Submit a pull request.

License

This repository is for educational purposes and does not have a specific license. Please respect the original content from Telusko.

Connect

If you have questions, suggestions, or ideas, feel free to reach out or open an issue. Happy learning and coding!

About

This repository hosts practice demos for various Spring Boot tutorials inspired by the Telusko YouTube channel. It covers topics like RESTful APIs, JPA, security, and microservices, providing hands-on examples to strengthen Spring Boot knowledge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages