Roster/src/java/org/thdl/roster/RosterConstants.java

11 lines
296 B
Java
Executable File

package org.thdl.roster;
public class RosterConstants
{
protected final static String DRIVER = "com.mysql.jdbc.Driver";
protected final static String USER = "moojoo";
protected final static String PASSWORD = "googoo";
protected final static String URL = "jdbc:mysql://localhost/Roster";
}