摘要: spring cloud config的主函数是ConfigServerApplication,其定义如下: 其中 @Configuration是spring定义的注解,使用注解,配置信息的载体由 XML 文件转移到了 Java 类中。 @EnableAutoConfiguration是spring 阅读全文
posted @ 2017-01-20 14:45 一天不进步,就是退步 阅读(13211) 评论(0) 推荐(0)