Advertisement
Guest User

Untitled

a guest
Nov 21st, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. spring.datasource.url:jdbc:firebirdsql:localhost/3050:C:\\java\\dados.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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement