Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 2.13 KB

README.md

File metadata and controls

36 lines (22 loc) · 2.13 KB

Java Backend Development Programs

Welcome to my collection of Java Full Stack Development programs! This repository contains a variety of programs and projects that I've implemented using multiple technologies in the Java ecosystem. Feel free to explore the projects and delve into the codebase to gain insights into various Java technologies.

▶️ Detailed Handwritten Notes: Drive Link

▶️ Course Details: Link

Technologies Used

  • Backend : Java, JDBC, Servlets, JSP, JSTL, Hibernate ORM, Spring Core, Spring Boot, REST-APIs, Microservices
  • Databases : MySQL, MongoDB, PostgreSQL
  • Developer Tools : Git, Maven, SL4J, Apache Kafka, Redis Cache

Usage

  • Pull the repo and import the projects in your Eclipse IDE, also make sure to include the necessary jar and war files to run the project.
  • Open Eclipse IDE and choose a folder to create a workspace. Then follow the below steps to import multiple projects of a chapter in one go
  • Make sure to add the required Jar files (Mysql connector, Hikaricp etc) in the initial programs of JDBC, JSP, and Hibernate as there is no project management tool used here.

Follow the steps to import in Eclipse IDE

Step 1 : Choose "import projects" on the left panel of eclipse or in File dropdown

Import

Step 2 : Choose General > Existing projects as shown

Import Options

Step 3 : Select the Chapter folder and select all the sub folders/programs and click on next

Root project

Contribution

Contributions are welcome! If you have any suggestions, improvements, or would like to contribute to any of the projects, feel free to open an issue or submit a pull request.