Les fichiers et le contenu à modifier sont les suivants :
esup.properties
################################################################################ ## Configuration de la connexion à la base de données ## ## ## ## Attention : À chaque changement de SGBD (ci-dessous), il faut également ## ## modifier le connecteur JDBC dans pom.xml (à la racine) ## ################################################################################ # Section MySQL à décommenter si utilisé : #environment.build.hibernate.connection.driver_class=com.mysql.jdbc.Driver #environment.build.hibernate.connection.url=jdbc:mysql://sql.univ.fr:3306/esup4 #environment.build.hibernate.connection.username=esup4 #environment.build.hibernate.connection.password=esup4 # Section PostGreSQL à décommenter si utilisé : #environment.build.hibernate.connection.driver_class=org.postgresql.Driver #environment.build.hibernate.connection.url=jdbc:postgresql://sql.univ.fr:5432/esup4 #environment.build.hibernate.connection.username=esup4 #environment.build.hibernate.connection.password=esup4
pom.xml
<!-- The JDBC Driver used by uPortal --> <!-- Driver HSQL à décommenter à la demande --> <!-- <jdbc.groupId>org.hsqldb</jdbc.groupId> <jdbc.artifactId>hsqldb</jdbc.artifactId> <jdbc.version>${hsqldb.version}</jdbc.version> --> <!-- Driver POSTGRESQL à décommenter à la demande --> <!-- <jdbc.groupId>postgresql</jdbc.groupId> <jdbc.artifactId>postgresql</jdbc.artifactId> <jdbc.version>9.0-801.jdbc4</jdbc.version> --> <!-- Driver MYSQL à décommenter à la demande --> <!-- <jdbc.groupId>mysql</jdbc.groupId> <jdbc.artifactId>mysql-connector-java</jdbc.artifactId> <jdbc.version>5.1.22</jdbc.version> -->