[feat] 提交配置名称
This commit is contained in:
parent
35ae8a8c34
commit
37ecbff193
@ -1839,7 +1839,7 @@ public class CommonServiceImpl implements CommonService {
|
|||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error("getDocumentLink error api:{}, data:{}", api, JSON.toJSONString(accounts), e);
|
log.error("getDocumentLink error api:{}, data:{}", api, JSON.toJSONString(accounts), e);
|
||||||
EmailUtil.send("-------测试-----------", JSON.toJSONString(accounts));
|
EmailUtil.send("------------------", JSON.toJSONString(accounts));
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -6,7 +6,7 @@ spring:
|
|||||||
application:
|
application:
|
||||||
name: data-dump
|
name: data-dump
|
||||||
data-dump:
|
data-dump:
|
||||||
name: 测试
|
name: 迁移中间件
|
||||||
# mybatis 配置
|
# mybatis 配置
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
# 扫描mybatis的实现dao接口*.xml文件
|
# 扫描mybatis的实现dao接口*.xml文件
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user