Skip to content

Commit

Permalink
[Improve][Connector] Improve hive connector with error data sink
Browse files Browse the repository at this point in the history
  • Loading branch information
zixi0825 committed Jan 13, 2025
1 parent 232f973 commit 94790b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datavines-server/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spring:
on-profile: mysql
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/datavines7?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
url: jdbc:mysql://127.0.0.1:3306/datavines?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
username: root
password: 123456
quartz:
Expand Down

0 comments on commit 94790b5

Please sign in to comment.