Newer
Older
sample-spring-graphql1 / README.md
yhornisse on 18 Nov 2020 198 bytes fix README

# ビルド

```shell script
$ ./gradlew bootJar
```

# 起動

```shell script
$ java -jar ./build/libs/GraphQLSpringKotlinSample-1.0-SNAPSHOT.jar
```

or

```shell script
$ ./gradlew bootRun
```