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
Add README
master
1 parent
e69c875
commit
4977d126d8f32500c7621cd381ff7d9aeecb63e8
yhornisse
authored
on 7 Mar 2020
Patch
Showing
1 changed file
README.md
Ignore Space
Show notes
View
README.md
0 → 100644
# 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