|
Revision 1604, 0.8 kB
(checked in by amandel, 2 years ago)
|
|
Fix derby connection url.
|
| Line | |
|---|
| 1 | #hibernate.dialect org.hibernate.dialect.MySQLDialect |
|---|
| 2 | #hibernate.connection.driver_class com.mysql.jdbc.Driver |
|---|
| 3 | #hibernate.connection.url jdbc:mysql://sirius.verit.de/stolp |
|---|
| 4 | #hibernate.connection.username stolp |
|---|
| 5 | #hibernate.connection.password stolp |
|---|
| 6 | |
|---|
| 7 | hibernate.dialect org.hibernate.dialect.DB2Dialect |
|---|
| 8 | hibernate.connection.driver_class org.apache.derby.jdbc.EmbeddedDriver |
|---|
| 9 | hibernate.connection.url jdbc:derby:derbyDB;create=true |
|---|
| 10 | hibernate.connection.username stolp |
|---|
| 11 | hibernate.connection.password stolp |
|---|
| 12 | |
|---|
| 13 | |
|---|
| 14 | ## Oracle |
|---|
| 15 | |
|---|
| 16 | #hibernate.dialect org.hibernate.dialect.Oracle9Dialect |
|---|
| 17 | #hibernate.dialect org.hibernate.dialect.OracleDialect |
|---|
| 18 | #hibernate.connection.driver_class oracle.jdbc.driver.OracleDriver |
|---|
| 19 | #hibernate.connection.username tetteroo |
|---|
| 20 | #hibernate.connection.password tetteroo |
|---|
| 21 | #hibernate.connection.url jdbc:oracle:oci8:@test.verit.de |
|---|