How to register spring boot microservices on spring cloud Netflix eureka?
问题 We were planning to use spring cloud Netflix oss components. So I was doing a small sample project. I developed 2 spring microservices and those services runs well on http://localhost:9000/microsvc-one http://localhost:9001/microsvc-two And also wrote a sample spring cloud etflix eureka maven project which runs well on http://localhost:8761 I used annotations @EurekaDiscoveryClient and @SpringBootApplication on both the spring boot microservices main class I used annotation