#yml文件配置systemPath: #档案系统地址 dossier: http://127.0.0.1:8088/
//调用说明 配置文件里必须包含节点 否则项目无法启动
@Value("${systemPath.dossier}")private String dossierPath;