Advertisement
Guest User

Untitled

a guest
Feb 14th, 2017
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. spring.datasource.url:jdbc:firebirdsql:localhost/3050:C:\firebird\firebird.GDB
  2. spring.datasource.driverClassName:org.firebirdsql.jdbc.FBDriver
  3. spring.datasource.username:SYSDBA
  4. spring.datasource.password:masterkey
  5. spring.jpa.hibernate.ddl-auto:update
  6. spring.jpa.show-sql: true
  7. spring.jpa.properties.hibernate.format_sql=true
  8.  
  9. <dependency>
  10. <groupId>org.firebirdsql.jdbc</groupId>
  11. <artifactId>jaybird</artifactId>
  12. <version>2.2.5</version>
  13. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement