Skip to content

Commit

Permalink
Merge pull request #22 from WeBankFinTech/branch-0.6.0
Browse files Browse the repository at this point in the history
Branch 0.6.0
  • Loading branch information
howeye authored Dec 23, 2019
2 parents 3d5f229 + 0be34a0 commit bda3c85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ libs += [
"quartz":"org.quartz-scheduler:quartz:$versions.quartz",
"quartzJobs":"org.quartz-scheduler:quartz-jobs:$versions.quartz",
"dssAppJointAuth":"com.webank.wedatasphere.dss:dss-appjoint-auth:$versions.dss"
]
]
4 changes: 2 additions & 2 deletions web/app/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ task:
username: root
password: root
address: jdbc:mysql://localhost:3306/test
tableName: application_task_result
tableName: qualitis_application_task_result
execute:
limit_thread: 10
rule_size: 10
Expand Down Expand Up @@ -91,4 +91,4 @@ linkis:
table_path: datasource/tables
column_path: datasource/columns
log:
maskKey: task.persistent.username, task.persistent.password
maskKey: task.persistent.username, task.persistent.password

0 comments on commit bda3c85

Please sign in to comment.