This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
框架说明
项目结构
```
backup --业务模块 备份
controller --前端接口层
param --接口参数
vo --返回视图
feign --服务接口层
infrastructure --基础设施层
cache --mybatis 和 feign 接口的缓存层
client --访问对外接口,例如 feign ,ws 等
dao --连接数据库
job --xxl-job
service --业务代码
impl --service 实现类
inspection -- 业务模块 采集器
这个是一个模板,需要启动新项目的,复制一份,并且修改 项目名称以及修改<artifactId>docus-demo</artifactId> 跟项目名称一致即可启动。