| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270 |
- #????????????true??????????????????
- # ???????????j2ee?????jndi??mydatasource ,mydatasource2(???
- # ???????????jndi??????????????????????????jdbc2???
- # jdbc.driver,jdbc.url,jdbc.username,jdbc.password
- app.productionMode=false
- HEADER.XUACOMPATIBLE=IE=edge,chrome=1
- #?????
- app.timer=false
- #??????? ???????????webservice?????????????
- app.gtglt.datasource=
- #??WS??????????????InitCommWSParamsAbstract?????cn.sinobest.example.commws.params.InitParams
- app.comm.webservice.init=
- ############ WebServiceDAO ???? #################
- ############ ?????WebServiceDAO????????? #################
- ##????
- app.webServiceDao.uri=
- ##????
- app.webServiceDao.namespace=
- ##??
- app.webServiceDao.operation=
- #####################?????##############################
- #???1
- jndi.name=mydatasource
- #???????1
- ds.dialect=cn.sinobest.framework.comm.dialect.OracleDialect
- #???2
- jndi.name2=mydatasource2
- #???????2
- ds2.dialect=cn.sinobest.framework.comm.dialect.OracleDialect
- #jdbc.driver=oracle.jdbc.OracleDriver
- #jdbc.url=jdbc:oracle:thin:@localhost:1522:orcl
- #jdbc.username=DGJMYXKF
- #jdbc.password=a
- #jdbc.minIdle=0
- #jdbc.maxActive=5
- #jdbc.maxIdle=3
- #jdbc.initialSize=2
- #jdbc.validationQuery=select count(*) from dual
- jdbc.driver=oracle.jdbc.OracleDriver
- jdbc.url=jdbc:oracle:thin:@localhost:1521:xe
- #jdbc.username=hsjbxtlx
- #jdbc.password=a
- jdbc.username=ZJRS_YWXT_TEST
- jdbc.password=ZJRS_YWXT_TEST
- jdbc.minIdle=0
- jdbc.maxActive=4
- jdbc.maxIdle=2
- jdbc.initialSize=1
- jdbc.validationQuery=select count(*) from dual
- #jdbc.driver=oracle.jdbc.OracleDriver
- #jdbc.url=jdbc:oracle:thin:@192.168.14.12:1521:ORA10G
- #jdbc.username=DGSBKF_GGYW
- #jdbc.password=a
- #jdbc.minIdle=0
- #jdbc.maxActive=4
- #jdbc.maxIdle=2
- #jdbc.initialSize=1
- #jdbc.validationQuery=select count(*) from dual
- jdbc.driver2=oracle.jdbc.OracleDriver
- jdbc.url2=jdbc:oracle:thin:@localhost:1521:orcl
- jdbc.username2=herong
- jdbc.password2=a
- jdbc.minIdle2=0
- jdbc.maxActive2=2
- jdbc.maxIdle2=2
- jdbc.initialSize2=1
- jdbc.validationQuery2=select count(*) from dual
- #oracle
- jdbc3.driver=oracle.jdbc.OracleDriver
- jdbc3.url=jdbc:oracle:thin:@192.168.26.64:1521:sb9206
- jdbc3.username=kjcs
- jdbc3.password=a
- #MySQL
- #jdbc.driver=com.mysql.jdbc.Driver
- #jdbc.url=jdbc:mysql://localhost:3306/flexdemo?useUnicode=true&characterEncoding=UTF-8
- #jdbc.username=root
- #jdbc.password=herongwskaps
- #####################Hibernate??##############################
- hibernate.dialect=org.hibernate.dialect.Oracle10gDialect
- hibernate.show_sql=true
- hibernate.format_sql=true
- hibernate.hbm2ddl.auto=update
- #hibernate.default_schema=kjcs
- hibernate.default_schema=ZJRS_YWXT_TEST
- #???????excel?????????????????????????domain???????
- EXP2XLS_SERVERUID=8080
- #####################????##############################
- ### ????(true/false) #################
- #????
- cache.SysConfCache=true
- #??????
- cache.PrintConfCache=true
- #Excel????
- cache.ExcelConfCache=true
- #??????
- cache.WfConfCache=true
- #?????????????
- cache.WfTaskCache=true
- #????????
- cache.GenTblConfCache=true
- #????????
- cache.GenListConfCache=true
- #SQL????
- cache.SqlConfCache=true
- #????
- cache.RightCache=true
- #????
- cache.TipMsgCache=true
- #???
- cache.DictCache=true
- #??????
- cache.DataTypeCache=true
- #acton??
- cache.ActionCache=true
- #VO??
- cache.VOCache=true
- #??????
- cache.PublicRightCache=true
- #Js,css??????
- GZIPFilter.Enabled=true
- #????????
- CacheFilte.Enabled=true
- #??????????(???
- CacheFilter.ExpirationMinutes=60
- # CACHE IN MEMORY
- cache.memory=true
- cache.blocking=false
- # CACHE SIZE
- cache.capacity=1000
- # CACHE PERSISTENCE CLASS
- cache.persistence.class=com.opensymphony.oscache.plugins.diskpersistence.DiskPersistenceListener
- # CACHE DIRECTORY
- cache.path=/tmp/cachetagscache
- # CACHE UNLIMITED DISK
- # Use unlimited disk cache or not. The default value is false, which means
- # the disk cache will be limited in size to the value specified by cache.capacity.
- #
- cache.unlimited.disk=true
- # CACHE OVERFLOW PERSISTENCE
- # Use persistent cache in overflow or not. The default value is false, which means
- # the persistent cache will be used at all times for every entry. true is the recommended setting.
- cache.persistence.overflow.only=true
- ### ########## end???? ####################
- ### Excel???? ####################
- #?????????
- template.location=d:/template
- #??excel??????????????
- template.excel.maxListPerFile=4000
- #?????????????
- import.maxThreasholdInaTime=30
- #?????????????
- export.maxThreasholdInaTime=30
- ### ????ContentType??? ####################
- contentType.txt=text/plain
- contentType.json=text/x-json
- contentType.xml=text/xml
- contentType.pdf=application/pdf
- contentType.csv=text/csv
- contentType.xls=application/vnd.ms-excel
- contentType.zip=application/zip
- #?????????????????????????????????byte
- export.autoZipSize = 1048576
- #?????? ???????
- export.dbf=dbfService
- export.txt=txtService
- ### ????????? ####################
- #?????????????preview????????????????
- #app.runMode=preview
- #????????
- app.runMode=none
- #????????????????????????
- glt.previewRows=5
- ### ???????? ####################
- #??????????????????????????????
- #app.bigdicts=ybdy_yyqt_fylr_yljgxmbh,jzk
- #app.bigdicts=jzk
- #?????????????Serivce????bigdict.[????]=[service??]
- #bigdicts.ybdy_yyqt_fylr_yljgxmbh=sampleDictService
- #bigdicts.jzk=sampleDictService
- #??????????????????ID,?????UID?????
- app.uid=
- #?????excel?????????????????????????ID,?????UID?????
- EXP2XLS_SERVERUID=
- #?????? ???local?????server ???server
- app.dictMode=server
- db.selectRowLimit=50000
- #his??????
- his.processor=cn.sinobest.hisframework.web.Processor
- his.lsh_prefix=his
- his.lsh_length=10
- his.compress_charset=UTF-8
- his.request_character_encoding=GBK
- his.response_character_encoding=UTF-8
- #????????
- org.quartz.scheduler.skipUpdateCheck=true
- org.quartz.scheduler.instanceName = DefaultQuartzScheduler
- org.quartz.scheduler.rmi.export = false
- org.quartz.scheduler.rmi.proxy = false
- org.quartz.scheduler.wrapJobExecutionInUserTransaction = false
- org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool
- org.quartz.threadPool.threadCount = 10
- org.quartz.threadPool.threadPriority = 5
- org.quartz.threadPool.threadsInheritContextClassLoaderOfInitializingThread = true
- org.quartz.jobStore.misfireThreshold = 60000
- #org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore
- org.quartz.jobStore.class = org.quartz.impl.jdbcjobstore.JobStoreCMT
- #WEBLOGIC???quartz???????org.quartz.impl.jdbcjobstore.WebLogicDelegate,????????org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
- org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
- #org.quartz.jobStore.useProperties = true
- #org.quartz.dataSource.NAME.jndiURL=mydatasource
- org.quartz.jobStore.tablePrefix = QRTZ_
- org.quartz.jobStore.isClustered = false
- org.rg.quartz.jobStore.txIsolationLevelSerializable = false
- org.quartz.jobStore.maxMisfiresToHandleAtATime=1
- #??????????
- DATATYPE.CONVERT=false
- #????(SSO)??
- sso.enable=false
- sso.serverName=
- #??????(??????????)
- session.cache.enabled=false
- remote.cache.servers=127.0.0.1:11211 127.0.0.1:11213 127.0.0.1:11212
|