remove README.md
This commit is contained in:
0
template/common/.gitkeep
Normal file
0
template/common/.gitkeep
Normal file
@@ -1,5 +0,0 @@
|
||||
> 本模块存放公共组件
|
||||
``` \-- *.utils(工具类; package)
|
||||
\-- *.enums(公共枚举; package)
|
||||
\-- *.constants(公共常量; package)
|
||||
```
|
||||
@@ -1,2 +0,0 @@
|
||||
> 本模块存放公共常量
|
||||
``` \-- *Constant.java
|
||||
@@ -1,2 +0,0 @@
|
||||
> 本模块存放公共枚举
|
||||
``` \-- *Enum.java
|
||||
@@ -1,3 +0,0 @@
|
||||
> 本模块存放公共工具类
|
||||
``` \-- *Util.java
|
||||
```
|
||||
0
template/common/src/main/resources/.gitkeep
Normal file
0
template/common/src/main/resources/.gitkeep
Normal file
@@ -1 +0,0 @@
|
||||
> 本模块存放SQL
|
||||
Reference in New Issue
Block a user