# ビルド ``` $ ./gradlew shadowJar ``` # 起動 ``` $ java -jar ./build/libs/GraphQLSpringKotlinSample-1.0-SNAPSHOT.jar ```