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

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e417866a [INLONG-4919][Audit] Delete the wrong driver-class-name 
(#4920)
8e417866a is described below

commit 8e417866a8c0e032b6e5fc652d93c3ff024b285f
Author: xuesongxs <[email protected]>
AuthorDate: Fri Jul 8 11:13:49 2022 +0800

    [INLONG-4919][Audit] Delete the wrong driver-class-name (#4920)
---
 inlong-audit/conf/application.properties | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/inlong-audit/conf/application.properties 
b/inlong-audit/conf/application.properties
index 5801cdd2a..c6d7174b6 100644
--- a/inlong-audit/conf/application.properties
+++ b/inlong-audit/conf/application.properties
@@ -18,9 +18,6 @@
 #
 # datasource config
 # datasource config, set org.postgresql.Driver if using PostgreSQL
-spring.datasource.driver-class-name=com.mysql.jdbc.Driver
-spring.datasource.name=druidDataSource
-spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
 spring.datasource.druid.driver-class-name=com.mysql.cj.jdbc.Driver
 
spring.datasource.druid.url=jdbc:mysql://127.0.0.1:3306/apache_inlong_audit?characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2b8&rewriteBatchedStatements=true&allowMultiQueries=true&zeroDateTimeBehavior=CONVERT_TO_NULL&allowPublicKeyRetrieval=true
 spring.datasource.druid.username=root

Reply via email to