GitBucket
4.23.0
Toggle navigation
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
sample-java
/
SampleSpring
Browse code
fix README
master
1 parent
da0d6a0
commit
b329ae0b074bb762cacb7d4820c7b3b92d9ff7f9
yhornisse
authored
on 3 Apr 2021
Patch
Showing
1 changed file
README.md
Ignore Space
Show notes
View
README.md
# ビルド ``` $ ./gradlew bootJar ``` # 起動 - 起動 ``` $ ./gradlew bootRun ``` - jar起動 ``` $ java -jar build/libs/SampleSpring-0.0.1-SNAPSHOT.jar ``` # サンプルアクセス ``` $ curl http://localhost:8080/sample/hello {"msg":"hello"}% $ ```
# ビルド ``` $ ./gradlew bootJar ``` # 起動 - 起動 ``` $ ./gradlew bootRun ``` - jar起動 ``` $ java -jar build/libs/SampleSpring-0.0.1-SNAPSHOT.jar ```
Show line notes below