Skip to content

Commit

Permalink
恢复代码中的后端服务器ip地址为localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
ynfeng committed Aug 13, 2017
1 parent e41a0c1 commit f2d4803
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void onFrontRead(final MySQLSession session) throws IOException {
// final MySQLDataSource datas = repSet.getCurWriteDH();

logger.info("hang cur sql for backend connection ready ");
String serverIP = "10.211.55.5";
String serverIP = "localhost";
int serverPort = 3306;
InetSocketAddress serverAddress = new InetSocketAddress(serverIP, serverPort);
session.backendChannel = SocketChannel.open();
Expand Down

0 comments on commit f2d4803

Please sign in to comment.