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

zzle.fitnesse.fitnesse-connect-testbed-backend.1.1.9.source-code.application-local.yml Maven / Gradle / Ivy

There is a newer version: 1.1.13
Show newest version
flyway:
  baselineOnMigrate: true
  
spring:
  datasource:
    initialize: true
    url: jdbc:h2:tcp://localhost/~/connector-test
    username: SA
    password: 
    testWhileIdle: true
    validationQuery: SELECT 1
  h2:
    console:
      enabled: true
      path: /h2-console




© 2015 - 2024 Weber Informatics LLC | Privacy Policy