yd-common-database/README.md

14 lines
241 B
Markdown
Raw Normal View History

2022-07-01 06:36:57 +00:00
# 源典骨架
## 使用方式
* 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
```
*