important.properties
991 Bytes
#数据库连接池信息
jdbc.driverClass=${titan.jdbc.driver}
jdbc.maxActive=10
jdbc.initialSize=1
jdbc.maxWait=60000
jdbc.minIdle=1
jdbc.timeBetweenEvictionRunsMillis=60000
jdbc.minEvictableIdleTimeMillis=300000
jdbc.poolPreparedStatements=true
jdbc.maxOpenPreparedStatements=20
#jdbc.maxConnectionsPerPartition=3
#jdbc.minConnectionsPerPartition=1
#jdbc.idleConnectionTestPeriod=10
#jdbc.idleMaxAge=240
#jdbc.partitionCount=2
#jdbc.acquireIncrement=5
#jdbc.statementsCacheSize=20
#jdbc.releaseHelperThreads=3
#数据库信息
jdbc.jdbcUrl=${titan.jdbc.url}
jdbc.username=${titan.jdbc.username}
jdbc.password=${titan.jdbc.password}
mq.attribute.topic=Titan.Cache.Attribute
mq.category.topic=Titan.Cache.Category
mq.product.topic=Titan.Cache.Product
mq.supply.topic=Titan.Cache.Supply
mq.purchase.topic=Titan.Cache.Purchase
mq.pnr.tag=pnr
#MQ\u540d\u79f0\u7a7a\u95f4\u5730\u5740
mq.namesrvAddr=${conf.mq.namesrvAddr}
#MQ\u751f\u4ea7\u8005\u7ec4
mq.producerGroup=${conf.mq.producerGroup}