move main class to graphql package

This commit is contained in:
Loredana Crusoveanu
2021-01-07 16:30:52 +02:00
parent 481309e719
commit 28d61c77ef
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
package com.baeldung.demo;
package com.baeldung.graphql;
import com.baeldung.graphql.GraphqlConfiguration;
import org.springframework.boot.SpringApplication;