Fixed username and password

This commit is contained in:
Lukas Eder 2012-01-11 18:46:26 +00:00
parent 9827b2d0ef
commit 187fbf7141

View File

@ -2,8 +2,8 @@
jdbc.Driver=oracle.jdbc.OracleDriver
jdbc.URL=jdbc:oracle:thin:@localhost:1521:xe
jdbc.Schema=SYS
jdbc.User=test
jdbc.Password=test
jdbc.User=TEST
jdbc.Password=TEST
generator=org.jooq.util.DefaultGenerator
generator.database=org.jooq.util.oracle.OracleDatabase