Skip to content

Instantly share code, notes, and snippets.

@t1
Created March 30, 2023 15:04
Show Gist options
  • Save t1/97bc74176d2063cbb4fbbc3d7eb2d048 to your computer and use it in GitHub Desktop.
Save t1/97bc74176d2063cbb4fbbc3d7eb2d048 to your computer and use it in GitHub Desktop.
standard quarkus graphql settings
quarkus.smallrye-graphql.show-runtime-exception-message = java.lang.RuntimeException
quarkus.smallrye-graphql.error-extension-fields = [exception,classification,code,description,validationErrorType,queryPath]
quarkus.hibernate-orm.database.generation = update
quarkus.datasource.devservices.port = 5432
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment