Quantcast
Channel: 여유로움을 추구하는 아웃사이더
Viewing all articles
Browse latest Browse all 261

WEB-INF 하위 properties 가져오기, jsp DB 커넥션

$
0
0
String resource="WEB-INF/config/jdbc.properties"; Properties properties=new Properties(); InputStream inputStream=request.getSession().getServletContext().getResourceAsStream(resource); if(inputStream!=null){ properties.load(inputStream); Class.forName(properties.getProperty("driver")); try{ Connection conn = DriverManager.getConnection(properties.getProperty("url"), properties.getProperty("username"), properties.getProperty("password")); Statement stmt = conn.createStatement(); String sqlQuery = "SELECT * FROM Table A "; ResultSet rs=stmt.executeQuery(sqlQuery); while(rs.next()){ %> <%=.......

Viewing all articles
Browse latest Browse all 261

Latest Images

Trending Articles

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>