广东省中医报告采集服务,如果需要分开部署不同系统的采集,使用不同的分支。
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.
 
 
Go to file
wyb df5ae0271d fix: 文件id交给下载服务处理 9 months ago
docus 扫描文件同步 2 years ago
src/main fix: 文件id交给下载服务处理 9 months ago
.gitignore 省中医病案报告采集,项目初始化 2 years ago
README.md readme说明修改 2 years ago
assembly.xml 打包插件配置和部署配置 2 years ago
pom.xml 扫描同步-未完成-临时 2 years ago
winsw.exe 打包插件配置和部署配置 2 years ago

README.md

框架说明

项目结构

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

省中医病案采集项目有特殊需求每种采集部署一个服务master只做公共功能的修改不允许其他分支合并到master每个业务采集为一个分支。