Skip to content

Commit 12dfc91

Browse files
author
Joerg Huber
committed
prefixed all properties with hibernate.
1 parent c0d1b4b commit 12dfc91

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

SIF3InfraREST/src/test/resources/config/hibernate/sif3infra.hibernate.properties

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,31 +12,31 @@ hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect
1212
# **************************
1313
#hibernate.default_schema=SIF
1414
#
15-
#dialect=org.hibernate.dialect.OracleDialect
16-
#connection.driver_class=oracle.jdbc.OracleDriver
17-
#connection.url=jdbc:oracle:thin:@.....
18-
#connection.username=
19-
#connection.password=
15+
#hibernate.dialect=org.hibernate.dialect.OracleDialect
16+
#hibernate.connection.driver_class=oracle.jdbc.OracleDriver
17+
#hibernate.connection.url=jdbc:oracle:thin:@.....
18+
#hibernate.connection.username=
19+
#hibernate.connection.password=
2020

2121
# **************************
2222
# Postgres client/server
2323
# **************************
2424
#hibernate.default_schema=SIF3_INFRA
2525
#
26-
#dialect=org.hibernate.dialect.PostgreSQLDialect
27-
#connection.driver_class=org.postgresql.Driver
28-
#connection.url=jdbc:postgresql://localhost:5432/sif3_infra
29-
#connection.username=
30-
#connection.password=
26+
#hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
27+
#hibernate.connection.driver_class=org.postgresql.Driver
28+
#hibernate.connection.url=jdbc:postgresql://localhost:5432/sif3_infra
29+
#hibernate.connection.username=
30+
#hibernate.connection.password=
3131

3232
# **************************
3333
# SQLite Embedded -->
3434
# **************************
35-
#dialect=sif3.common.persist.common.SQLiteDialect
36-
#connection.driver_class=org.sqlite.JDBC
37-
#connection.url=jdbc:sqlite:/Development/GitHubRepositories/SIF3InfraRest/SIF3InfraREST/DB/Data/SIF3Infra.sqliteDB
38-
#connection.username=
39-
#connection.password=
35+
#hibernate.dialect=sif3.common.persist.common.SQLiteDialect
36+
#hibernate.connection.driver_class=org.sqlite.JDBC
37+
#hibernate.connection.url=jdbc:sqlite:/Development/GitHubRepositories/SIF3InfraRest/SIF3InfraREST/DB/Data/SIF3Infra.sqliteDB
38+
#hibernate.connection.username=
39+
#hibernate.connection.password=
4040

4141
hibernate.show_sql=false
4242
hibernate.format_sql=true

0 commit comments

Comments
 (0)