-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Description
Hi,
Facing one issue when I am querying through graphiql tool.Same error when I am hitting rest endpoint in postman:
{
“timestamp”: “2021-03-23T21:06:41.333+00:00”,
“status”: 403,
“error”: “Forbidden”,
“message”: “”,
“path”: “/graphql”
}
dependencies:
compile "com.graphql-java:graphql-spring-boot-starter:5.0.2"
compile "com.graphql-java:graphql-java-tools:5.2.4"
compile "com.graphql-java:graphiql-spring-boot-starter:5.0.2"
compile 'com.googlecode.json-simple:json-simple:1.1.1'
compile "org.springframework.cloud:spring-cloud-config-client:1.2.2.RELEASE"
compile "com.oracle.jdbc:ojdbc8:12.2.0.1"
Metadata
Metadata
Assignees
Labels
No labels