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

lob-settings.2.1.8.source-code.application-jdbc.yml Maven / Gradle / Ivy

There is a newer version: 2.2.5
Show newest version
spring:
  autoconfigure:
    exclude:
      - org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
      - org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
  # docker run --name dialob-postgres -p 5432:5432 -e POSTGRES_PASSWORD=password123 postgres
  datasource:
    username: postgres
    password: password123
    url: jdbc:postgresql://localhost/postgres
  flyway:
    locations:
      - classpath:db/migration
      - classpath:db/migration_{vendor}

dialob.db:
  database-type: JDBC
#   jdbc.schema: dialob

admin.versioning: true




© 2015 - 2024 Weber Informatics LLC | Privacy Policy