An open API service indexing awesome lists of open source software.

https://github.com/flyeric0212/eric-cola-demo


https://github.com/flyeric0212/eric-cola-demo

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## DDD Component Architecture

refer to:https://flyeric.top/archives/alibaba-cola-4.0-practices

![image-20240514133257882](https://pic-bed-1256249917.cos.ap-chengdu.myqcloud.com/uPic/image-20240514133257882.png)

## MySQL Setup
```bash
docker-compose up -d
```

## Run

## Clean
If you start it manually, please execute the following script to clean up resources:
```bash
docker-compose down
```