GitBucket
4.23.0
Toggle navigation
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
sample-kotlin
/
sample-kotlin-spring1
Browse code
Fix messages in README
master
1 parent
4977d12
commit
a178524b2505597164830d607b5405870dec9dad
yhornisse
authored
on 7 Mar 2020
Patch
Showing
1 changed file
README.md
Ignore Space
Show notes
View
README.md
# Kotlin + Spring のサンプル ## そのまま実行(UNIX系OSやMacの場合) ``` $ ./gradlew bootRun ``` ## Fat Jar作成(UNIX系OSやMacの場合) ``` $ ./gradlew shadowJar ``` ## Fat Jarを実行 ``` $ java -jar build/libs/SampleKotlin-1.0-SNAPSHOT-all.jar ``` ``` http://localhost:8080/hello ```
# Kotlin + Spring のサンプル ## そのまま実行(UNIX系OSやMacの場合) ``` $ ./gradlew bootRun ``` ## Fat Jar作成(UNIX系OSやMacの場合) ``` $ ./gradlew shadowJar ``` ## Fat Jarを実行 ``` $ java -jar build/libs/SampleKotlin-1.0-SNAPSHOT-all.jar ``` ``` http://localhost:8080 ```
Show line notes below