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

Commit c5bef54

Browse files
committed
Add playground in example
1 parent fc6a8ee commit c5bef54

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

example/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ dependencies{
4040
compile(project(":graphql-spring-boot-starter"))
4141
compile(project(":graphiql-spring-boot-starter"))
4242
compile(project(":voyager-spring-boot-starter"))
43+
compile(project(":playground-spring-boot-starter"))
4344

4445
compile("org.springframework.boot:spring-boot-starter-web:$LIB_SPRING_BOOT_VER")
4546
compile("org.springframework.boot:spring-boot-starter-actuator:$LIB_SPRING_BOOT_VER")

example/src/main/resources/application.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,8 @@ graphiql:
2626
voyager:
2727
enabled: true
2828
cdn:
29-
enabled: false
29+
enabled: false
30+
graphql.playground:
31+
enabled: true
32+
cdn:
33+
enabled: false

0 commit comments

Comments
 (0)