This is an automated email from the ASF dual-hosted git repository.
shenlin pushed a commit to branch runtimer
in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git
The following commit(s) were added to refs/heads/runtimer by this push:
new a4d0982 ResetDefaultConfig (#105)
a4d0982 is described below
commit a4d0982f4ad728bb899f47e414b179e7de55a74e
Author: Artisan <[email protected]>
AuthorDate: Mon May 22 09:33:51 2023 +0800
ResetDefaultConfig (#105)
* update subscriber and listener
* init 2nd edition for Runtimer
* rename few class and add propertis config
* optimize concurrency biz
* optimize jsonFile formate
* update reflect
* completed config style
* completed test
* update config,transfer,pusher
* updateFewFileNaming
* rename Pusher to Trigger, Runtimer to runtime, and optimize few architect
* updateRocketMQSubscriberFile
* resetDefaultConfig
* resetConfig
---
adapter/runtime/src/main/resources/target-runner.json | 4 ++--
start/src/main/resources/application.properties | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/adapter/runtime/src/main/resources/target-runner.json
b/adapter/runtime/src/main/resources/target-runner.json
index d5ccbc0..7825bf5 100644
--- a/adapter/runtime/src/main/resources/target-runner.json
+++ b/adapter/runtime/src/main/resources/target-runner.json
@@ -16,8 +16,8 @@
},
{
"class":"org.apache.rocketmq.connect.dingtalk.sink.DingTalkSinkTask",
-
"webHook":"https://oapi.dingtalk.com/robot/send?access_token=7f78aa4734ea9bd245984e47b6764ccb950b4292e4f6f9424dff92909f485f16",
-
"secretKey":"SEC8a898c9df7b6415090a8f1341d9eed000c815a89f301f2de87302a1e802dbd69"
+ "webHook":"xxxxxxxxxxx",
+ "secretKey":"xxxxxxxxxxx"
}
]
}
diff --git a/start/src/main/resources/application.properties
b/start/src/main/resources/application.properties
index 7ef7c9f..185ba48 100644
--- a/start/src/main/resources/application.properties
+++ b/start/src/main/resources/application.properties
@@ -17,10 +17,10 @@ server.port=7001
management.server.port=7002
management.endpoints.web.base-path=/
## database
-spring.datasource.url=jdbc:mysql://localhost:3306/preview_eventbridge?useUnicode=true&characterEncoding=utf8&useSSL=false
+spring.datasource.url=jdbc:mysql://localhost:3306/eventBridge?useUnicode=true&characterEncoding=utf8&useSSL=false
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
-spring.datasource.username=root
-spring.datasource.password=Artisan012
+spring.datasource.username=xxxxx
+spring.datasource.password=xxxxx
mybatis.mapper-locations=classpath:mybatis/*.xml
mybatis.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
## flyway
@@ -39,4 +39,4 @@ runtime.storePathRootDir=/Users/Local/eventbridge/store
## log
app.name=rocketmqeventbridge
log.level=INFO
-log.path=/Users/artisan/logs
\ No newline at end of file
+log.path=/Users/Local/logs
\ No newline at end of file