https://github.com/flyeric0212/eric-cola-demo
https://github.com/flyeric0212/eric-cola-demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flyeric0212/eric-cola-demo
- Owner: flyeric0212
- Created: 2024-06-20T13:57:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T13:58:58.000Z (11 months ago)
- Last Synced: 2024-08-16T04:47:43.735Z (9 months ago)
- Language: Java
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## DDD Component Architecture
refer to:https://flyeric.top/archives/alibaba-cola-4.0-practices

## 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
```