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

entures.graphql-jpa-query-test-web.1.2.11.source-code.application.yml Maven / Gradle / Ivy

spring:
  jpa:
    hibernate.ddl-auto: create-drop
    show-sql: true
    defer-datasource-initialization: true
  h2:
    console.enabled: true
  sql:
    init:
      data-locations:
        - classpath:books.sql
  graphql:
    jpa:
      query:
        name: GraphQLBooks
        description: GraphQL Books Schema Description
        enabled: true
        web:
          path: /graphql




© 2015 - 2025 Weber Informatics LLC | Privacy Policy