# ビルド ``` $ ./gradlew bootJar ``` # 起動 - 起動 ``` $ ./gradlew bootRun ``` - jar起動 ``` $ java -jar build/libs/SampleSpring-0.0.1-SNAPSHOT.jar ```