Skip to content

发布与订阅 兼容性发布

ShenJW edited this page Apr 20, 2016 · 1 revision
  • 作用
    如果服务被下游系统严重依赖,不能因为某项更新而造成下游系统的强制更新
+ 兼容发布 + @See[示例下载], 可用于对照以下流程 ``` @Autowired(version = { "0.0.1-version", "0.0.2-version" }) public class TestAppImpl implements TestApp ``` + `Autowired允许指定version进行多版本发布,不指定则使用@Service.version属性`
Clone this wiki locally