Fixed connection parameters
This commit is contained in:
parent
8b20536d84
commit
7ad5260718
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user