JDBC Connection JDBC Connection Properties 매번 생각이 안나서..ㅠ.ㅠ # PostgreSQLdb.driver=org.postgresql.Driverdb.url=jdbc:postgresql:DB이름db.username=accountdb.password=pass #MySQLdb.driver=com.mysql.jdbc.Driverdb.url=jdbc:mysql://localhost:3306/DB이름?useUnicode=true&chracterEncoding=UTF-8db.username=accountdb.password=pass 여태까지 DB를 사용해 본