In this video, we will see how to work with Spring Cloud provided Eureka Server and how to register a client service in the service registry of eureka server.
https://javainspires.blogspot.com/202...
We are using following starters from spring boot.
1, spring-cloud-starter-netflix-eureka-server
2, spring-boot-starter-actuator
3, spring-cloud-starter-netflix-eureka-client
4, spring-boot-starter-web
We use following annotations from spring:
@SpringBootApplication
@EnableEurekaServer
@EnableDiscoveryClient
@RestController
#JavaInspires
#SpringBoot
#SpringCloud
#LiveCoding
#CodeExamples
https://javainspires.blogspot.com