You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
linjj d43c7efe7c 1 1 month ago
collect-sdry 修改pom位置 2 years ago
collector-scheduling-management 新增自动分段关键词处理 2 years ago
collector-terminal-management 修改终端下载包地址 2 years ago
common-collect 新增被动和主动的任务类型接口 2 years ago
common-docus 新增自动分段关键词处理 2 years ago
common-sysem 修改pom位置 2 years ago
docus-api-common 文件剪切、压缩路径改 2 years ago
docus-client-interface 1 1 month ago
docus-collector-update 新增顺德仁医 采集器配置更新项目 2 years ago
docus-recovery 1 1 month ago
docus-segmentation 确保上传后,才返回结果。 1 year ago
.gitignore java同步器 2 years ago
README.md java同步器 2 years ago
pom.xml pom 2 years ago

README.md

框架说明

项目结构

backup              --业务模块 备份
    controller      --前端接口层
        param       --接口参数
        vo          --返回视图
    feign           --服务接口层  
    infrastructure  --基础设施层
        cache       --mybatis 和 feign 接口的缓存层
        client      --访问对外接口,例如 feign ws 等
        dao         --连接数据库
    job             --xxl-job 
    service         --业务代码
        impl        --service 实现类
inspection          -- 业务模块  采集器
    controller      --前端接口层
        param       --接口参数
        vo          --返回视图
    feign           --服务接口层  
    infrastructure  --基础设施层
        cache       --mybatis 和 feign 接口的缓存层
        client      --访问对外接口,例如 feign ws 等
        dao         --连接数据库
    job             --xxl-job
    service         --业务代码
        impl        --service 实现类

这个是一个模板,需要启动新项目的,复制一份,并且修改 项目名称以及修改docus-demo 跟项目名称一致即可启动。