Home ยป Spring and Microservices Projects

Featured Spring Projects

Spring boot project with JPA, MySQL, JSP

This project is designed for beginners who want to get started with end to end website development. You will learn technologies like Java, Spring boot, Hibernate and frontend as HTML, CSS and JSP. We have also provided Source code along with video tutorial.

Microservices project with Spring boot and spring cloud

Microservice project with spring boot and spring cloud. You will also learn about technologies and implementation of Ribbon Load Balancer, Zuul API Gateway, Feign Client, Eureka naming server, Fault tolerance etc.

Spring boot Project with RecatJs- (Weather Application) -Fullstack Project

In this project, we will learn how to integrate ReactJs with spring. We are using backend as springboot and frontend as reactjs. In this springboot with react tutorial we have used H2 database to pull data from database and display it on browser. In this springboot with reactjs project we will also learn about axios and ComponentDidMount method (component did mount) and how it works.

AWS IOT MQTT Project With Spring Boot and Java

Create Thing on IOT, Create Policy and Certificate, Publish to device Shadows, Create Custom Authorizer, Create Fleet hub Application for Monitoring and Learn Many thing about MQTT.

Spring Boot Project With JWT For Beginners

In this Project, we will be covering the basics of Spring Boot and JWT token. Spring Boot is an open-source Java-based framework that is used to create stand-alone, production-grade applications. JWT (JSON Web Token) is a secure way of transmitting information between two parties. It is a compact, URL-safe means of representing claims to be transferred between two parties. In this article, we will explain what JWT is, why we use it, and why it is important to learn.