Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 231 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 231 Bytes

my-kitchen-manager

Database Initialization and Migration

$ cd my-kitchen-manager
$ docker-compose up -d mysql
$ ./gradlew flywayMigrate -i

local mysql host: 127.0.0.1 port: 3306 username: root password: loh1Uego