새로운 오르칼 DB연결로 인한 root-contetx.xml 수정 / test클래스 변경
시드 변경 아이디 변경 test클래스 변경 JDBCTEsts.java 시드 변경 아이디 변경
This commit is contained in:
@@ -22,8 +22,8 @@ public class JDBCTests {
|
||||
|
||||
try(Connection con =
|
||||
DriverManager.getConnection(
|
||||
"jdbc:oracle:thin:@localhost:1521:XE",
|
||||
"c##vam",
|
||||
"jdbc:oracle:thin:@localhost:1521:orcl",
|
||||
"vam",
|
||||
"1234")){
|
||||
System.out.println(con);
|
||||
}catch(Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user