From 155838ce2eca9dbdde3ca0b2a5d4e72ab603e54d Mon Sep 17 00:00:00 2001
From: 648540858 <648540858@qq.com>
Date: 星期四, 22 六月 2023 22:35:35 +0800
Subject: [PATCH] 优化子码流切换逻辑,去除主子多开逻辑。优化单端口模式ssrc变化导致的无法移出点播缓存 #895

---
 doc/_content/introduction/config.md |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/doc/_content/introduction/config.md b/doc/_content/introduction/config.md
index 26fa80c..9e8ac0f 100644
--- a/doc/_content/introduction/config.md
+++ b/doc/_content/introduction/config.md
@@ -58,9 +58,7 @@
     url: jdbc:postgresql://127.0.0.1:3306/wvp?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true&serverTimezone=PRC&useSSL=false&allowMultiQueries=true&allowPublicKeyRetrieval=true
     username: root
     password: 12345678
-mybatis:
-  configuration:
-    map-underscore-to-camel-case: true
+
 pagehelper:
   helper-dialect: postgresql
 ```
@@ -74,9 +72,7 @@
     url: jdbc:kingbase8://127.0.0.1:3306/wvp?useUnicode=true&characterEncoding=utf8
     username: root
     password: 12345678
-mybatis:
-  configuration:
-    map-underscore-to-camel-case: true
+
 pagehelper:
   helper-dialect: postgresql
 ```

--
Gitblit v1.8.0