Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 58e02d1

Browse files
committed
feat: reorganize tools starter
1 parent 8f44046 commit 58e02d1

File tree

27 files changed

+25
-72
lines changed

27 files changed

+25
-72
lines changed

graphql-kickstart-spring-boot-autoconfigure-tools/build.gradle

Lines changed: 0 additions & 19 deletions
This file was deleted.

graphql-kickstart-spring-boot-autoconfigure-tools/src/main/resources/META-INF/spring.factories

Lines changed: 0 additions & 2 deletions
This file was deleted.

graphql-kickstart-spring-boot-starter-tools/build.gradle

Lines changed: 0 additions & 21 deletions
This file was deleted.

graphql-spring-boot-autoconfigure/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
dependencies {
21-
api(project(":graphql-kickstart-spring-boot-starter-tools"))
21+
api "com.graphql-java-kickstart:graphql-java-tools:$LIB_GRAPHQL_JAVA_TOOLS_VER"
2222
api(project(":graphql-kickstart-spring-support"))
2323
api(project(':graphql-kickstart-spring-webflux'))
2424
implementation "org.springframework.boot:spring-boot-autoconfigure"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package graphql.kickstart.tools.boot;
1+
package graphql.kickstart.autoconfigure.tools;
22

33
import static java.util.stream.Collectors.joining;
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package graphql.kickstart.tools.boot;
1+
package graphql.kickstart.autoconfigure.tools;
22

33
import static java.util.Objects.nonNull;
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package graphql.kickstart.tools.boot;
1+
package graphql.kickstart.autoconfigure.tools;
22

33
import lombok.Data;
44
import org.springframework.boot.context.properties.ConfigurationProperties;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package graphql.kickstart.tools.boot;
1+
package graphql.kickstart.autoconfigure.tools;
22

33
import java.io.IOException;
44
import java.util.ArrayList;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package graphql.kickstart.tools.boot;
1+
package graphql.kickstart.autoconfigure.tools;
22

33
import graphql.schema.idl.SchemaDirectiveWiring;
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package graphql.kickstart.tools.boot;
1+
package graphql.kickstart.autoconfigure.tools;
22

33
import java.io.IOException;
44
import java.util.List;

0 commit comments

Comments
 (0)