Browse Source

fixed default value

agapple 7 years ago
parent
commit
8d6f19cc33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deployer/src/main/resources/example/instance.properties

+ 1 - 1
deployer/src/main/resources/example/instance.properties

@@ -27,7 +27,7 @@ canal.instance.dbPassword=canal
 canal.instance.defaultDatabaseName=test
 canal.instance.connectionCharset=UTF-8
 # table regex
-canal.instance.filter.regex=*\\..*
+canal.instance.filter.regex=.*\\..*
 # table black regex
 canal.instance.filter.black.regex=
 #################################################