remove README.md
This commit is contained in:
26
template/entrance/.gitkeep
Normal file
26
template/entrance/.gitkeep
Normal file
@@ -0,0 +1,26 @@
|
||||
本模块为 ```访问入口层```
|
||||
|
||||
```
|
||||
\-- web(web访问; sub-module)
|
||||
\-- *.controller(package)
|
||||
\-- *.converter(package)
|
||||
\-- *.vo(显示层对象; package)
|
||||
\-- *.utils(工具类; package)
|
||||
\-- job(任务; sub-module)
|
||||
\-- *.job(job定义,以Job为后缀; package)
|
||||
\-- *.dto(数据结构; package)
|
||||
\-- *.converter(package)
|
||||
\-- *.utils(工具类; package)
|
||||
\-- mq(消息消费处理; sub-module)
|
||||
\-- *.consumer(package)
|
||||
\-- *.dto(数据结构; package)
|
||||
\-- *.converter(package)
|
||||
\-- *.utils(工具类; package)
|
||||
\-- rpc(对外提供rpc; sub-module)
|
||||
\-- *.RpcService(package)
|
||||
\-- *.dto(数据结构; package)
|
||||
\-- *.converter(package)
|
||||
\-- *.utils(工具类; package)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user