Skip to content

Instantly share code, notes, and snippets.

@itarocha
Last active October 13, 2022 23:02
Show Gist options
  • Save itarocha/68d7437a78d1da5065ae67493727ba0e to your computer and use it in GitHub Desktop.
Save itarocha/68d7437a78d1da5065ae67493727ba0e to your computer and use it in GitHub Desktop.
Properties file firebird on spring boot
logging.level.root=INFO
spring.datasource.url:jdbc:firebirdsql:localhost/3050:D:\\database\\petra.FDB
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