You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. 下面代码,
getTimeStamp方法不需要执行路由策略,代理该接口时调用该方��
�就会抛出异常:
public interface TestService {
void createWriteMaster(TestRouting testRouting);
public long getTimeStamp();
List<TestRouting> getReadSlave(TestRouting testRouting);
}
What is the expected output? What do you see instead?
希望增加一个方法过滤器,可以把不需要代理的方法过滤掉��
� 比如 excludeMethods属性
Please use labels and text to provide additional information.
Original issue reported on code.google.com by efurture@gmail.com on 24 Jul 2013 at 10:28
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
efurture@gmail.com
on 24 Jul 2013 at 10:28The text was updated successfully, but these errors were encountered: