jcrontab.properties

来自「mywork是rcp开发的很好的例子」· PROPERTIES 代码 · 共 35 行

PROPERTIES
35
字号
#
#	Those are the parameters to the DAO
#	
#	FileSource: 
#	org.jcrontab.data.file
#	org.jcrontab.data.datasource
#	
#	SQLSource: 
#	org.jcrontab.data.GenericSQLSource.driver
#	org.jcrontab.data.GenericSQLSource.url
#	org.jcrontab.data.GenericSQLSource.password
#	org.jcrontab.data.datasource
#
org.jcrontab.data.file = {$HOME}.jcrontab/crontab
org.jcrontab.data.datasource = org.jcrontab.data.FileSource
org.jcrontab.Crontab.refreshFrequency = 3
# Those Lines are necessary to connect to postgresql and use it as DataSource
#org.jcrontab.data.GenericSQLSource.driver = org.postgresql.Driver
#org.jcrontab.data.GenericSQLSource.url = jdbc:postgresql://yourmachine.jcrontab.org:5432/jcrontab
# Those Lines are necessary to connect to mysql and use it as DataSource
#org.jcrontab.data.GenericSQLSource.driver = org.gjt.mm.mysql.Driver
#org.jcrontab.data.GenericSQLSource.url = jdbc:mysql://yourmachine.jcrontab.org:3306/jcrontab
#org.jcrontab.data.GenericSQLSource.username = iolalla
#org.jcrontab.data.GenericSQLSource.password = yourpassword
#org.jcrontab.data.datasource = org.jcrontab.data.GenericSQLSource
#org.jcrontab.data.GenericSQLSource.dbDataSource=yourDS
# Those lines are necesary to send mail
#org.jcrontab.sendMail.to=iolalla@yahoo.com
#org.jcrontab.sendMail.from=jcrontab@yoursystem.com
#org.jcrontab.sendMail.smtp.host=smtp.yahoo.com
#org.jcrontab.sendMail.smtp.user= yourSMTPusername
#org.jcrontab.sendMail.smtp.password=yourSMTPpassword
#Those lines defines the default Logger for the system
#org.jcrontab.log.Logger=jcrontabplugin.jEditLogger

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?