|
|
|
|
@ -45,7 +45,7 @@ public class SIPRPDataLoader implements CompanyDataLoader
|
|
|
|
|
+ "Cumprimentos,"
|
|
|
|
|
+ "%0A%0ASIPRP"
|
|
|
|
|
+ "%0A%0AATRIUM SALDANHA"
|
|
|
|
|
+ "%0A%0APra\u00e7a Duque de Saldanha, 1 - 9\u00BAC"
|
|
|
|
|
+ "%0A%0APra\u00e7a Duque de Saldanha, 1 - 9\u00BAG"
|
|
|
|
|
+ "%0A%0A1050-094 Lisboa" );
|
|
|
|
|
Singleton.setInstance( SingletonConstants.SUBJECT_EXAMES, "SIPRP - Marca\u00E7\u00E3o de exame de '" + NOME + "'");
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LETTER_EXAMES, "Vimos pelo presente informar que '" + NOME + "' dever\u00E1 comparecer "
|
|
|
|
|
@ -112,19 +112,19 @@ public class SIPRPDataLoader implements CompanyDataLoader
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_DB_NAME, "siprp_local" );
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_DRIVER_NAME, "org.postgresql.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, "10.158.2.3:5432" );
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_DB_NAME, "siprp_local" );
|
|
|
|
|
Singleton.setInstance( SingletonConstants.LOCAL_DRIVER_NAME, "org.postgresql.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_URL, "10.158.2.3:5432" );
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_DB_NAME, "siprp_local" );
|
|
|
|
|
// Singleton.setInstance( SingletonConstants.LOCAL_DRIVER_NAME, "org.postgresql.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_DRIVER_NAME, "org.postgresql.Driver" );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|