|
|
|
@ -90,19 +90,19 @@ public class SIPRPDataLoader implements CompanyDataLoader
|
|
|
|
Singleton.setInstance( SingletonConstants.WEB_DB_NAME, "siprp" );
|
|
|
|
Singleton.setInstance( SingletonConstants.WEB_DB_NAME, "siprp" );
|
|
|
|
Singleton.setInstance( SingletonConstants.WEB_DRIVER_NAME, "org.postgresql.Driver" );
|
|
|
|
Singleton.setInstance( SingletonConstants.WEB_DRIVER_NAME, "org.postgresql.Driver" );
|
|
|
|
|
|
|
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_USER, "root" );
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_USER, "root" );
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_PASSWORD, "UNIXLuvsU" );
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_PASSWORD, "UNIXLuvsU" );
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_URL_PREFIX, "jdbc:mysql://" );
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_URL_PREFIX, "jdbc:mysql://" );
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_URL, "localhost" );
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_URL, "localhost" );
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_DB_NAME, "siprp" );
|
|
|
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_DRIVER_NAME, "com.mysql.jdbc.Driver" );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_USER, "postgres" );
|
|
|
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_PASSWORD, "Typein" );
|
|
|
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_URL_PREFIX, "jdbc:postgresql://" );
|
|
|
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_URL, "localhost:5432" );
|
|
|
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_DB_NAME, "siprp" );
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_DB_NAME, "siprp" );
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_DRIVER_NAME, "org.postgresql.Driver" );
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_DRIVER_NAME, "com.mysql.jdbc.Driver" );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_USER, "postgres" );
|
|
|
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_PASSWORD, "Typein" );
|
|
|
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_URL_PREFIX, "jdbc:postgresql://" );
|
|
|
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_URL, "localhost:5432" );
|
|
|
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_DB_NAME, "shst" );
|
|
|
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_DRIVER_NAME, "org.postgresql.Driver" );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|