# ビルド ```shell script $ ./gradlew bootJar ``` # 起動 ```shell script $ java -jar ./build/libs/GraphQLSpringKotlinSample-1.0-SNAPSHOT.jar ``` or ```shell script $ ./gradlew bootRun ```