MySQL Connector/Jのroundrobinloadbalance
Properties props = new Properties();props.put("autoReconnect", "true");
props.put("roundRobinLoadBalance", "true");
props.put("user", "foo");
props.put("password", "bar");
I君発見
hirohama.mt archive2000年代から2019年までに公開した旅行、写真、ガジェットの記録です。
Properties props = new Properties();props.put("autoReconnect", "true");
props.put("roundRobinLoadBalance", "true");
props.put("user", "foo");
props.put("password", "bar");
I君発見