apache / dubbo-spring-boot-project

Spring Boot Project for Apache Dubbo
https://dubbo.apache.org
Apache License 2.0
5.41k stars 1.88k forks source link

[suggestion]dubbo-spring-boot-starter add spring-boot-actuator dependency #26

Closed thc75 closed 6 years ago

thc75 commented 6 years ago

Now the provider and consumer both depend spring-boot-actuator in pom.xml. Maybe dubbo-spring-boot-starter add spring-boot-actuator dependency

<dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-actuator</artifactId>
        </dependency>

then provider or consumer use dubbo-spring-boot-starter only.

mercyblitz commented 6 years ago

Since the compatibility of Spring Boot is not well , It should not be implied dependencies, it'd better to add spring-boot-* dependencies by application.