dyc87112/SpringCloud-Learning

分布式配置中心【Dalston版】出错

bulusite opened this issue · 1 comments

http://blog.didispace.com/spring-cloud-starter-dalston-3/#
我按着文中配置
访问info出错
然后想了想,没有info这个mapping,结果对比github果然要加一个actuator

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

机智如你 ~