diff options
Diffstat (limited to 'components/datalake-handler/feeder/src/main/resources/application.properties')
-rw-r--r-- | components/datalake-handler/feeder/src/main/resources/application.properties | 2 |
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&useUnicode=true&characterEncoding=UTF-8 +spring.datasource.url=jdbc:mariadb://dl-mariadb:3306/datalake?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 spring.datasource.username=dl spring.datasource.password=dl1234 |