All Downloads are FREE. Search and download functionalities are using the official Maven repository.

default.profile-default.yml Maven / Gradle / Ivy

There is a newer version: 5.5.5
Show newest version
jdbc:
  driver: org.hsqldb.jdbc.JDBCDriver
  url: jdbc:hsqldb:mem:public
  username: sa
  password: ''

hibernate:
  dialect: org.hibernate.dialect.HSQLDialect
  connection:
    driver_class: org.hsqldb.jdbc.JDBCDriver
    url: jdbc:hsqldb:mem:public
    username: sa
    password: ''




© 2015 - 2025 Weber Informatics LLC | Privacy Policy