You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/02/03 14:12:22 UTC

[incubator-dolphinscheduler] branch dev updated: [Improvement][Dao] Remove duplicated mysql configurations (#4558)

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

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 66b8288  [Improvement][Dao] Remove duplicated mysql configurations (#4558)
66b8288 is described below

commit 66b8288d1f4ef301a20c5c8fcffb241605251816
Author: Shiwen Cheng <ch...@gmail.com>
AuthorDate: Wed Feb 3 22:12:14 2021 +0800

    [Improvement][Dao] Remove duplicated mysql configurations (#4558)
---
 dolphinscheduler-dao/src/main/resources/datasource.properties | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/dolphinscheduler-dao/src/main/resources/datasource.properties b/dolphinscheduler-dao/src/main/resources/datasource.properties
index fa07c6a..535b749 100644
--- a/dolphinscheduler-dao/src/main/resources/datasource.properties
+++ b/dolphinscheduler-dao/src/main/resources/datasource.properties
@@ -14,12 +14,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-        
-# mysql
-#spring.datasource.driver-class-name=com.mysql.jdbc.Driver
-#spring.datasource.url=jdbc:mysql://localhost:3306/dolphinscheduler?useUnicode=true&characterEncoding=UTF-8
-#spring.datasource.username=root
-#spring.datasource.password=123456
 
 # postgresql
 spring.datasource.driver-class-name=org.postgresql.Driver
@@ -33,7 +27,6 @@ spring.datasource.password=test
 #spring.datasource.username=xxxx
 #spring.datasource.password=xxxx
 
-
 # connection configuration
 #spring.datasource.initialSize=5
 # min connection number