You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "liubao (JIRA)" <ji...@apache.org> on 2018/04/23 06:44:00 UTC

[jira] [Created] (SCB-517) service center starter for spring boot/cloud improvement

liubao created SCB-517:
--------------------------

             Summary: service center starter for spring boot/cloud improvement
                 Key: SCB-517
                 URL: https://issues.apache.org/jira/browse/SCB-517
             Project: Apache ServiceComb
          Issue Type: Improvement
            Reporter: liubao
            Assignee: liubao


Now, when enabled spring-boot-starter-discovery, we should add 

@EnableAutoConfiguration
@ImportResource(locations = "classpath*:META-INF/spring/*.bean.xml")

to user class. But we can simplify it to write no code. On the other hand, if user use this two code, it will work fine. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)