Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 549 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 549 Bytes

Simple Microservices

This is very simple microservices using Spring cloud Netflix Eureka and Service Discovery. This project is for beginners who willing to start learning Microservices using Spring Boot.

WebUIEurekaClientApplication

It will serve as simple web ui to prompt for username and password.

Technologies used:

Spring Boot

Spring Cloud

JSP

BackEndEurekaClientApplication

It will serve as back end to save the username and password to the database.

Technologies used:

Spring Boot

Spring Cloud

Spring Data JPA

MySQL