Renchunbing / xmemcached

Automatically exported from code.google.com/p/xmemcached
Apache License 2.0
1 stars 0 forks source link

在Spring3.0中,怎样实现类似于Spring2.5中的主备节点的配置 #272

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Spring2.5中,可以配置主备节点及其权重:
<property name="servers">
    <value>host1:port,host2:port host3:port,host4:port</value>
</property>

Spring3.0中似乎只能配置主节点及其权重

问:Spring3.0中怎样配置主备节点及其权重?

Original issue reported on code.google.com by domyj2ee...@gmail.com on 19 Nov 2013 at 5:23