- 起動方法
-
cd {"this folder"}//クローン先フォルダへ移動
-
./gradlew build//アプリケーションのビルド
-
docker-compose build --no-cache//dokcerコンテナ作成(mysql)
-
docker-compose up --d//データベース起動と初期化(mysql)
-
java -jar ./build/libs/SpringApp-0.0.1-SNAPSHOT.jar//アプリケーション起動
-
http://localhost:8080///左記にアクセス
-
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|