|
@@ -31,7 +31,7 @@ dbsyncer.storage.binlog.recorder.queue-capacity=10000
|
|
dbsyncer.storage.binlog.recorder.writer-period-millisecond=500
|
|
dbsyncer.storage.binlog.recorder.writer-period-millisecond=500
|
|
dbsyncer.storage.binlog.recorder.reader-period-millisecond=2000
|
|
dbsyncer.storage.binlog.recorder.reader-period-millisecond=2000
|
|
dbsyncer.storage.support.mysql.enabled=false
|
|
dbsyncer.storage.support.mysql.enabled=false
|
|
-dbsyncer.storage.support.mysql.config.url=jdbc:mysql://127.0.0.1:3306/dbsyncer?rewriteBatchedStatements=true&seUnicode=true&characterEncoding=UTF8&serverTimezone=Asia/Shanghai&useSSL=false&verifyServerCertificate=false
|
|
|
|
|
|
+dbsyncer.storage.support.mysql.config.url=jdbc:mysql://127.0.0.1:3306/dbsyncer?rewriteBatchedStatements=true&seUnicode=true&characterEncoding=UTF8&serverTimezone=Asia/Shanghai&useSSL=false&verifyServerCertificate=false&autoReconnect=true
|
|
dbsyncer.storage.support.mysql.config.username=root
|
|
dbsyncer.storage.support.mysql.config.username=root
|
|
dbsyncer.storage.support.mysql.config.password=123
|
|
dbsyncer.storage.support.mysql.config.password=123
|
|
|
|
|
|
@@ -51,6 +51,4 @@ spring.thymeleaf.prefix=classpath:/public/
|
|
spring.thymeleaf.suffix=.html
|
|
spring.thymeleaf.suffix=.html
|
|
spring.thymeleaf.mode=HTML
|
|
spring.thymeleaf.mode=HTML
|
|
spring.thymeleaf.encoding=UTF-8
|
|
spring.thymeleaf.encoding=UTF-8
|
|
-spring.thymeleaf.cache=false
|
|
|
|
-spring.resources.chain.strategy.content.enabled=true
|
|
|
|
-spring.resources.chain.strategy.content.paths=/**
|
|
|
|
|
|
+spring.thymeleaf.cache=false
|