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

schematic.0.3.1.jre11.source-code.application.yml Maven / Gradle / Ivy

schematic:
  name: @project.name@
  version: @project.version@
  path: schematic
  root-path: /

spring:
  datasource:
    url: jdbc:postgresql://localhost:5432/postgres
    driver-class-name: org.postgresql.Driver
    username: postgres
    password: postgres
  jpa:
    database-platform: org.hibernate.dialect.PostgreSQLDialect
    generate-ddl: true
  sql:
    init:
      mode: always




© 2015 - 2024 Weber Informatics LLC | Privacy Policy