Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alex2534/d6a4910bd575796802902bf3359bff50 to your computer and use it in GitHub Desktop.
Save alex2534/d6a4910bd575796802902bf3359bff50 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