GitBucket
4.23.0
Toggle navigation
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
sample-kotlin
/
sample-spring-graphql1
Browse code
fix README
master
1 parent
ef23a96
commit
18713273c44af1fb690bdd9d553d12cb3e355821
yhornisse
authored
on 18 Nov 2020
Patch
Showing
1 changed file
README.md
Ignore Space
Show notes
View
README.md
# ビルド ```shell script $ ./gradlew bootJar ``` # 起動 ```shell script $ java -jar ./build/libs/GraphQLSpringKotlinSample-1.0-SNAPSHOT.jar ``` or ```shell script $ ./gradlew bootRun ```
# ビルド ``` $ ./gradlew shadowJar ``` # 起動 ``` $ java -jar ./build/libs/GraphQLSpringKotlinSample-1.0-SNAPSHOT.jar ```
Show line notes below