提交 58d387fc 编写于 作者: 小傅哥's avatar 小傅哥

小傅哥,数据库路由组件设计

上级 4e4177e1
......@@ -66,10 +66,6 @@ public class DBRouterJoinPoint {
private Method getMethod(JoinPoint jp) throws NoSuchMethodException {
Signature sig = jp.getSignature();
MethodSignature methodSignature = (MethodSignature) sig;
Class<?>[] interfaces = getClass(jp).getInterfaces();
return getClass(jp).getMethod(methodSignature.getName(), methodSignature.getParameterTypes());
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册