readerdemo1.properties
来自「java开源的企业总线.xmlBlaster」· PROPERTIES 代码 · 共 34 行
PROPERTIES
34 行
db.url=jdbc:oracle:thin:@localhost:1521:TESTdb.user= XMLBLASTERdb.password=xbl$_{xmlBlaster_uniqueId}=demoReaderjdbc.drivers=oracle.jdbc.driver.OracleDrivermom.loginName=DemoReader/1changeDetector.groupColName=trans_keymom.topicName=replicationDemomom.publishQos=<qos><persistent/></qos>alertScheduler.pollInterval=5000changeDetector.class=org.xmlBlaster.contrib.dbwatcher.detector.TimestampChangeDetectorchangeDetector.detectStatement=SELECT MAX(repl_key) from DEMO_ITEMSdb.queryMeatStatement=SELECT * FROM DEMO_ITEMS ORDER BY repl_keyconverter.addMeta=falseconverter.class=org.xmlBlaster.contrib.replication.ReplicationConverteralertProducer.class=org.xmlBlaster.contrib.replication.ReplicationSchedulerreplication.prefix=DEMO_replication.doBootstrap=true#replication.path=${user.home}replication.sendInitialTableContent=truereplication.bootstrapFile=org/xmlBlaster/contrib/replication/setup/oracle/bootstrap.sqlreplication.bootstrapWarnings=falsereplication.cleanupFile=org/xmlBlaster/contrib/replication/setup/oracle/cleanup.sqltable.${db.user}.DEMO_USERS=trigger=DEMO_USERS_TRG# table.${db.user}.DEMO_ACCOUNTS=trigger=actions=IDU,DEMO_ACCOUNTS_TRG,sequence=10
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?