You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Linux RPM and DEB installer packages](https://adoptium.net/es/installation/linux/)
18
19
*[Alternatively if you want to use multiples JDK and multiple tools versions administered you can use SDKMAN!](https://sdkman.io/)
19
20
20
21
### Project Plugins
@@ -57,7 +58,7 @@ As a result, developers can get up and running with a Gradle project quickly wit
57
58
### Run the app using Gradle
58
59
1. Open a terminal
59
60
2. go to the java exercise directory
60
-
3. run `./gradle run`(linux) or `gradle.bat run`(windows) to start the GraphQL server.
61
+
3. run `./gradlew bootRun`(linux) or `gradlew.bat bootRun`(windows) to start the GraphQL server.
61
62
62
63
### Using the IDE (IntelliJ IDEA)
63
64
@@ -68,7 +69,7 @@ As a result, developers can get up and running with a Gradle project quickly wit
68
69
69
70
## Testing GraphQL queries
70
71
71
-
To display a GUI for editing and testing GraphQL queries and mutations against the server you can open your browser and type [http://localhost:8080/graphiql](http://localhost:8080/graphiql)
72
+
To display a GUI for editing and testing GraphQL queries and mutations against the server you can open your browser and type [http://localhost:8080/playground](http://localhost:8080/playground)
0 commit comments