You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# backend-tutorial
|
|
|
|
# 项目启动
|
|
|
|
项目采用 git submoule 配置依赖第三方库。进入 src 执行 'git submodule init && git submodule update --remote' 即可拉取第三方封装库。
|