Skip to content

Commit

Permalink
fix .
Browse files Browse the repository at this point in the history
  • Loading branch information
ipipman committed May 16, 2021
1 parent fd7ad8e commit f773083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public <T> Invoker<T> select(List<Invoker<T>> invokers, URL url, Invocation invo
+ ",doSelect=" + u.getAddress() + ":" + u.getPort());
return t;
} catch (Exception e) {
// no e
// throw e
}
}
return null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import com.ipman.springboot.lettuce.sample.utils.LettuceUtil;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.stereotype.Component;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
Expand Down

0 comments on commit f773083

Please sign in to comment.