集成demo,都是独立模块
# 举例仅拷贝 mybatisplus
mkdir mybatisplus &&
git init &&
git remote add origin https://github.com/thinban/springboot-demos.git &&
git config core.sparsecheckout true &&
echo "mybatisplus" >> .git/info/sparse-checkout &&
git pull --depth 1 origin main