Skip to content

Instantly share code, notes, and snippets.

@rodrigooler
Last active October 4, 2017 18:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rodrigooler/f25708776a02529e6607b2417e2d0e26 to your computer and use it in GitHub Desktop.
Save rodrigooler/f25708776a02529e6607b2417e2d0e26 to your computer and use it in GitHub Desktop.
Firebird Spring Boot Jaybird
spring.datasource.url:jdbc:firebirdsql:localhost/3050:C:\\java\\dados.GDB
spring.datasource.driverClassName:org.firebirdsql.jdbc.FBDriver
spring.datasource.username:SYSDBA
spring.datasource.password:masterkey
spring.jpa.hibernate.ddl-auto:update
spring.jpa.show-sql: true
spring.jpa.properties.hibernate.format_sql=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment