虚心冬瓜

文章
5
资源
0
加入时间
2年10月21天

从jndi获取数据库连接

public Connection getConnectionFromJNDI() { Connection conn = null; try { long t = System.currentTimeMillis(); Context initCtx = new InitialContext(); javax.sql.DataSource ds = (javax.sq