org.smyld.db.mysql.MySQLConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smyld-main-db Show documentation
Show all versions of smyld-main-db Show documentation
This projects contains SMYLD DB
package org.smyld.db.mysql;
public interface MySQLConstants {
public static final String DRIVER_CLASS = "com.mysql.jdbc.Driver";
public static final String DEFAULT_PORT_NUMBER = "3306";
}