[feat] 提交配置名称

This commit is contained in:
Kris 2025-10-09 10:41:24 +08:00
parent 35ae8a8c34
commit 37ecbff193
2 changed files with 2 additions and 2 deletions

View File

@ -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);
} }
} }

View File

@ -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文件