You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by du...@apache.org on 2022/06/01 07:50:09 UTC

[rocketmq-eventbridge] branch main updated: modify mysql db_name

This is an automated email from the ASF dual-hosted git repository.

duhengforever pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git


The following commit(s) were added to refs/heads/main by this push:
     new 676cb0d  modify mysql db_name
     new 25e1fae  Merge pull request #18 from xuesongxs/mysql-dbname
676cb0d is described below

commit 676cb0d6d98055abc3386b5e25330a6d1740bb1f
Author: xuesong172500 <da...@126.com>
AuthorDate: Wed Jun 1 15:38:09 2022 +0800

    modify mysql db_name
---
 start/src/main/resources/application.properties | 2 +-
 start/src/test/resources/application.properties | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/start/src/main/resources/application.properties b/start/src/main/resources/application.properties
index 671193e..39baafb 100644
--- a/start/src/main/resources/application.properties
+++ b/start/src/main/resources/application.properties
@@ -2,7 +2,7 @@ server.port=7001
 management.server.port=7002
 management.endpoints.web.base-path=/
 ## database
-spring.datasource.url=jdbc:mysql://rm-bp18b0b8s152l8s76oo.mysql.rds.aliyuncs.com:3306/rocketmq-eventbridge?useUnicode=true&characterEncoding=utf8&useSSL=false
+spring.datasource.url=jdbc:mysql://rm-bp18b0b8s152l8s76oo.mysql.rds.aliyuncs.com:3306/rocketmq_eventbridge?useUnicode=true&characterEncoding=utf8&useSSL=false
 spring.datasource.driver-class-name=com.mysql.jdbc.Driver
 spring.datasource.username=*****
 spring.datasource.password=*****
diff --git a/start/src/test/resources/application.properties b/start/src/test/resources/application.properties
index 671193e..39baafb 100644
--- a/start/src/test/resources/application.properties
+++ b/start/src/test/resources/application.properties
@@ -2,7 +2,7 @@ server.port=7001
 management.server.port=7002
 management.endpoints.web.base-path=/
 ## database
-spring.datasource.url=jdbc:mysql://rm-bp18b0b8s152l8s76oo.mysql.rds.aliyuncs.com:3306/rocketmq-eventbridge?useUnicode=true&characterEncoding=utf8&useSSL=false
+spring.datasource.url=jdbc:mysql://rm-bp18b0b8s152l8s76oo.mysql.rds.aliyuncs.com:3306/rocketmq_eventbridge?useUnicode=true&characterEncoding=utf8&useSSL=false
 spring.datasource.driver-class-name=com.mysql.jdbc.Driver
 spring.datasource.username=*****
 spring.datasource.password=*****