The alpha-spring-boot-compatibility module now contains the dependencies of spring cloud eureka. I want to do the following refactoring
1. Remove spring-cloud-starter-netflix-eureka-client dependency from the alpha-spring-boot-compatibility module 2. Add alpha-starter-eureka model and added spring-cloud-starter-netflix-eureka-client dependency 3. Add a profile for alpha-starter-eureka module reference 4. Other support modules in the future can also use the naming convention alpha-starter-xxx, for example alpha-starter-consul Any suggestions? coolbeevip ———————————————————————— BOCO