Microservices
Microservices
----------------
Microservices
-------------
---------------------
Netflix Eureka Server is used for building the service registry server and
Eureka Clients which wil register themselves and discover other services
-------------------------------------------------------------------------
Name : student-service
Type : Maven
Java Version : 8
Group : student-service
Artifact : student-service
Package : com.student.service
Click Next
tomcat server
- http://localhost:1111/getStudentDetailsForSchool/abcschool
- http://localhost:1111/getStudentDetailsForSchool/xyzschool
Date:03/Feb/2023
----------------
Name : school-service
Type : Maven
Java Version : 8
Group : school-service
Artifact : school-service
Package : com.school.service
Click Next
- http://localhost:2222/getSchoolDetails/abcschool
- http://localhost:2222/getSchoolDetails/xyzschool
------------------------------
Name : discovery-eureka-server
Type : Maven
Java Version : 8
Group : discovery-eureka-server
Artifact : discovery-eureka-server
Package : com.discovery.eureka.server
Click Next
@EnableEurekaServer
http://localhost:8761
------------------------------------------------------------------------
http://localhost:8761
- http://localhost:2222/getSchoolDetails/abcschool
- http://localhost:2222/getSchoolDetails/xyzschool