• Ramnivas Laddad's avatar
    Add auto-configuration for Spring Cloud · 912d5cf4
    Ramnivas Laddad authored
    Enable if all of the following are true:
    - spring-cloud is on the classpath
    - There is no Cloud bean present
      (usually done by extending AbstractCloudConfig)
    - The "cloud" profile is active
    
    Fixes gh-1302
    
    Autoconfigure spring-cloud
    912d5cf4
pom.xml 10.4 KB