summaryrefslogtreecommitdiffstats
path: root/components/datalake-handler/feeder/src/main/resources
diff options
context:
space:
mode:
authorGuobiao Mo <guobiaomo@chinamobile.com>2019-06-25 17:09:18 -0700
committerGuobiao Mo <guobiaomo@chinamobile.com>2019-06-25 17:18:44 -0700
commitb3f5051484f5b973a47a60fb8f76a67ca5ff88da (patch)
treee5462cfa264901893c80906c262dcd18633f8b63 /components/datalake-handler/feeder/src/main/resources
parent12e2b43e2219cfccc4c9257d8b601a05c4d9f80a (diff)
supports multiple Kafka clusters and DBs
Domain classes Issue-ID: DCAEGEN2-1631 Change-Id: I54a715b2d3d8e13f347e46b0faf9d120d9a60548 Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
Diffstat (limited to 'components/datalake-handler/feeder/src/main/resources')
-rw-r--r--components/datalake-handler/feeder/src/main/resources/application.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/datalake-handler/feeder/src/main/resources/application.properties b/components/datalake-handler/feeder/src/main/resources/application.properties
index f94dae1f..aadd3e8d 100644
--- a/components/datalake-handler/feeder/src/main/resources/application.properties
+++ b/components/datalake-handler/feeder/src/main/resources/application.properties
@@ -20,7 +20,7 @@ spring.jpa.hibernate.ddl-auto=none
spring.jpa.show-sql=false
#spring.datasource.driver-class-name=com.mysql.jdbc.Driver
-spring.datasource.url=jdbc:mariadb://dl_mariadb:3306/datalake?autoReconnect=true&amp;useUnicode=true&amp;characterEncoding=UTF-8
+spring.datasource.url=jdbc:mariadb://dl-mariadb:3306/datalake?autoReconnect=true&amp;useUnicode=true&amp;characterEncoding=UTF-8
spring.datasource.username=dl
spring.datasource.password=dl1234