[#28] modify: README 수정

- flyway doc 경로 추가
This commit is contained in:
Hanbin Lee
2023-01-14 23:26:01 +09:00
parent f943cf87df
commit ecb3ad8ea9

View File

@@ -35,6 +35,7 @@ $ docker run --name beanie-test-db -e MYSQL_ROOT_PASSWORD=beaniejoy -d -p 3306:3
```
### DB Migration (flyway)
[flyway doc](https://documentation.red-gate.com/fd/flyway-documentation-138346877.html)
- **Info**
Prints the details and status information about all the migrations
```bash
@@ -59,7 +60,6 @@ Drops all objects (tables, views, procedures, triggers, …) in the configured s
$ ./gradlew :db:flywayClean -i
```
### docker compose 실행(수정 작업 진행중)
- docker compose를 이용한 nginx, DB(MySQL), application 한꺼번에 실행하는 경우
```bash