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

ss.mifss.0.15.source-code.application-dev.yml Maven / Gradle / Ivy

spring:
  datasource:
    driverClassName: org.h2.Driver
    url: jdbc:h2:mem:testdb?;DB_CLOSE_ON_EXIT=FALSE
    testUserName: sa
    testPassword: toor
    username: sa
    password:

  jpa:
    database: h2
    hibernate:
      ddl-auto: create-drop
    show-sql: false
    generate-ddl: true
    properties.hibernate:
      enable_lazy_load_no_trans: true

mifss:
  ui:
    adminUserName: test
    adminPassword: test
    testUserName: ${mifss.ui.adminUserName}
    testPassword: ${mifss.ui.adminPassword}
    applicationTitle: mifss is this
  autocreateStorageSet: lalalal




© 2015 - 2025 Weber Informatics LLC | Privacy Policy