14 lines
241 B
Markdown
14 lines
241 B
Markdown
# 源典骨架
|
|
|
|
## 使用方式
|
|
* git clone <this-git> clone git仓库
|
|
|
|
* 安装骨架
|
|
```bash
|
|
git clone <this-git> # clone git仓库
|
|
mvn archetype:create-from-project
|
|
cd target/generated-sources/archetype
|
|
mvn install
|
|
```
|
|
|
|
* |