새로운 오르칼 DB연결로 인한 root-contetx.xml 수정 / test클래스 변경

시드 변경
아이디 변경


test클래스 변경
JDBCTEsts.java
시드 변경
아이디 변경
This commit is contained in:
SeoJin Kim
2021-01-19 03:38:13 +09:00
parent 8a2ca82a98
commit 87b7a0efe6

View File

@@ -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) {