Skip to content

Commit

Permalink
新增DruidDataSource数据源
Browse files Browse the repository at this point in the history
  • Loading branch information
binghe001 committed Aug 25, 2020
1 parent 8eea424 commit 6a5d471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mykit-db-transfer/jobs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<job>
<name>1</name>
<!--每隔30秒执行一次-->
<cron>0/5 * * * * ?</cron>
<cron>0/30 * * * * ?</cron>
<srcSql>select id, username, age, t_create_time from t_user</srcSql>
<destTable>t_user</destTable>
<destTableFields>id, username, age, t_create_time</destTableFields>
Expand Down

0 comments on commit 6a5d471

Please # to comment.