We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4253705 commit fb13a66Copy full SHA for fb13a66
README.md
@@ -125,7 +125,7 @@ public class MySQLListener implements SQLExecuteListener {
125
DBStreamContext.getInstance().addListener(new MySQLListener());
126
```
127
128
-### 4. 查看表或情况表缓存数据(可选)
+### 5. 查看表或情况表缓存数据(可选)
129
130
在项目启动以后,会在项目的根路径下创建dbstream文件夹,文件夹中存储的内容为数据库的表扫描缓存数据。
131
文件夹的名称为jdbcKey的字段,文件夹下的内容为缓存的表结构信息,当表结构发生变化以后可以删除对应的文件进行更新。
0 commit comments