Skip to content

Instantly share code, notes, and snippets.

@kijanowski
Last active October 15, 2019 08:02
Show Gist options
  • Save kijanowski/914a01dbaf43fa9bb0bab535788b1b72 to your computer and use it in GitHub Desktop.
Save kijanowski/914a01dbaf43fa9bb0bab535788b1b72 to your computer and use it in GitHub Desktop.
$ java -jar build/libs/graphql-gateway-0.0.1-SNAPSHOT.jar
:: Spring Boot :: (v2.1.8.RELEASE)
2019-09-26 23:14:14.308 INFO 22676 --- [ main] grpcgraphql.graphql.GraphqlApplication : Starting GraphqlApplication on winter with PID 22676
2019-09-26 23:14:14.311 INFO 22676 --- [ main] grpcgraphql.graphql.GraphqlApplication : No active profile set, falling back to default profiles: default
2019-09-26 23:14:15.553 INFO 22676 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8081 (http)
2019-09-26 23:14:15.599 INFO 22676 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-09-26 23:14:15.599 INFO 22676 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.24]
2019-09-26 23:14:15.703 INFO 22676 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-09-26 23:14:15.703 INFO 22676 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1340 ms
2019-09-26 23:14:16.576 INFO 22676 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-09-26 23:14:16.875 INFO 22676 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8081 (http) with context path ''
2019-09-26 23:14:16.881 INFO 22676 --- [ main] grpcgraphql.graphql.GraphqlApplication : Started GraphqlApplication in 3.193 seconds (JVM running for 3.664)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment