From d663147264d0fc97e9e7ddbd4aeee69e833ad025 Mon Sep 17 00:00:00 2001 From: Administrator <15274802129@163.com> Date: Tue, 02 Jun 2026 15:14:02 +0800 Subject: [PATCH] fix(okxNewPrice): 修复合约面值配置错误并更新文档 --- src/main/resources/application-okx.yml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/resources/application-okx.yml b/src/main/resources/application-okx.yml new file mode 100644 index 0000000..12437ac --- /dev/null +++ b/src/main/resources/application-okx.yml @@ -0,0 +1,2 @@ +mybatis-plus: + mapper-locations: classpath*:mapper/blackchain/*.xml, classpath*:mapper/ding/*.xml, classpath*:mapper/price/*.xml, classpath*:mapper/combom/*.xml, classpath*:mapper/record/*.xml, classpath*:mapper/uinfo/*.xml, classpath*:mapper/push/*.xml, classpath*:mapper/coin/*.xml, classpath*:mapper/user/*.xml, classpath*:mapper/demo/*.xml -- Gitblit v1.9.1