Commit 7357ce0a authored by Deokhyun Lee's avatar Deokhyun Lee

nothing to declare

parent 2fb99fe8
Pipeline #2103 canceled with stages
package dao;
public class DBCode {
public static final String USERNAME = "deok";// DBMS접속 시 아이디
public static final String PASSWORD = "deok";// DBMS접속 시 비밀번호
public static final String URL = "jdbc:mysql://222.106.63.122:3306/mytestdb";// DBMS접속할 db명
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment