Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
reinvivi authored Sep 25, 2016
1 parent 01b0a7a commit 0c0e219
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@
| Spring 版本 | 2 | 3 |
| 是否维护 | no | dangdang |

Dubbox Spring v4 可以参考 http://www.cnblogs.com/yjmyzz/p/update-dubbo-to-spring-4-and-add-log4j2-support.html

Dubbo也可以和新版本的spring集成,需要排除自身的spring依赖,如下,

compile("com.alibaba:dubbo:2.5.3"){
exclude(module: 'spring')
exclude(module: 'netty')
}

Dubbo和Dubbox在配置方面是否有差异,2者兼容性如何?

# 服务治理
Expand Down

0 comments on commit 0c0e219

Please sign in to comment.