-
Notifications
You must be signed in to change notification settings - Fork 174
Description
Ive cloned this project and have built locally (mvn clean install completes with no issue). I'm trying to run GraphqlJavaToolsExampleApplication and see the app runs and shuts down immediately. DO I need to set something else to use the example
`
:: Spring Boot :: (v1.5.10.RELEASE)
[2018-05-28 13:29:53.371] - 7252 INFO [main] --- com.coxautodev.graphql.tools.example.GraphqlJavaToolsExampleApplication: Starting GraphqlJavaToolsExampleApplication on AA184450 with PID 7252 (C:\Users\fvolz\Downloads\graphql-java-tools-master\graphql-java-tools-master\target\classes started by fvolz in C:\Users\fvolz\Downloads\graphql-java-tools-master\graphql-java-tools-master)
[2018-05-28 13:29:53.407] - 7252 INFO [main] --- com.coxautodev.graphql.tools.example.GraphqlJavaToolsExampleApplication: No active profile set, falling back to default profiles: default
[2018-05-28 13:29:53.499] - 7252 INFO [main] --- org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@5a8e6209: startup date [Mon May 28 13:29:53 AEST 2018]; root of context hierarchy
[2018-05-28 13:29:54.276] - 7252 INFO [main] --- org.springframework.jmx.export.annotation.AnnotationMBeanExporter: Registering beans for JMX exposure on startup
[2018-05-28 13:29:54.295] - 7252 INFO [main] --- com.coxautodev.graphql.tools.example.GraphqlJavaToolsExampleApplication: Started GraphqlJavaToolsExampleApplication in 1.514 seconds (JVM running for 2.407)
[2018-05-28 13:29:54.299] - 7252 INFO [Thread-2] --- org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@5a8e6209: startup date [Mon May 28 13:29:53 AEST 2018]; root of context hierarchy