YingRui Lu
YingRui Lu
# Pull Request Template ## PR Description Fix version for docker-compose.yml ## Linked Issue Resolves #20 ## Type of Change - [x] Bug fix - [ ] New feature -...
**Describe the bug** A clear and concise description of what the bug is. when execute `docker-compose up`, has some error: ```sh ERROR: Version in "./docker-compose.yml" is unsupported. You might be...
在8.1节的基础功能里p179对RESTful的说法不准确: 原:PUT代表新建一个资源,POST表示要更新一个资源 应为:POST代表新建一个资源,PUT表示要更新一个资源