Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 240 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 240 Bytes

forEach: BoundedContext fileName: README.md path: {{name}}/.

Initialize token store firstly

  • mysql
 docker exec -it infra-mysql-1 /bin/bash
 mysql --user=root --password=$MYSQL_ROOT_PASSWORD
 create database {{name}}_db;