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

entures.graphql-jpa-query-test-boot-starter.1.2.10.source-code.application.yml Maven / Gradle / Ivy

The newest version!
spring:
  jpa:
    hibernate.ddl-auto: create-drop
    show-sql: true
    defer-datasource-initialization: true
  h2:
    console.enabled: true

  graphql:
    graphiql:
      enabled: true
    jpa:
      query:
        name: GraphQLBooks
        description: GraphQL Books Schema Description
        enabled: true
    websocket:
      path: /graphql/ws
  sql:
    init:
      data-locations:
        - classpath:books.sql




© 2015 - 2024 Weber Informatics LLC | Privacy Policy