sysconfig.properties 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. #????????????true??????????????????
  2. # ???????????j2ee?????jndi??mydatasource ,mydatasource2(???
  3. # ???????????jndi??????????????????????????jdbc2???
  4. # jdbc.driver,jdbc.url,jdbc.username,jdbc.password
  5. app.productionMode=false
  6. HEADER.XUACOMPATIBLE=IE=edge,chrome=1
  7. #?????
  8. app.timer=false
  9. #??????? ???????????webservice?????????????
  10. app.gtglt.datasource=
  11. #??WS??????????????InitCommWSParamsAbstract?????cn.sinobest.example.commws.params.InitParams
  12. app.comm.webservice.init=
  13. ############ WebServiceDAO ???? #################
  14. ############ ?????WebServiceDAO????????? #################
  15. ##????
  16. app.webServiceDao.uri=
  17. ##????
  18. app.webServiceDao.namespace=
  19. ##??
  20. app.webServiceDao.operation=
  21. #####################?????##############################
  22. #???1
  23. jndi.name=mydatasource
  24. #???????1
  25. ds.dialect=cn.sinobest.framework.comm.dialect.OracleDialect
  26. #???2
  27. jndi.name2=mydatasource2
  28. #???????2
  29. ds2.dialect=cn.sinobest.framework.comm.dialect.OracleDialect
  30. #jdbc.driver=oracle.jdbc.OracleDriver
  31. #jdbc.url=jdbc:oracle:thin:@localhost:1522:orcl
  32. #jdbc.username=DGJMYXKF
  33. #jdbc.password=a
  34. #jdbc.minIdle=0
  35. #jdbc.maxActive=5
  36. #jdbc.maxIdle=3
  37. #jdbc.initialSize=2
  38. #jdbc.validationQuery=select count(*) from dual
  39. jdbc.driver=oracle.jdbc.OracleDriver
  40. jdbc.url=jdbc:oracle:thin:@localhost:1521:xe
  41. #jdbc.username=hsjbxtlx
  42. #jdbc.password=a
  43. jdbc.username=ZJRS_YWXT_TEST
  44. jdbc.password=ZJRS_YWXT_TEST
  45. jdbc.minIdle=0
  46. jdbc.maxActive=4
  47. jdbc.maxIdle=2
  48. jdbc.initialSize=1
  49. jdbc.validationQuery=select count(*) from dual
  50. #jdbc.driver=oracle.jdbc.OracleDriver
  51. #jdbc.url=jdbc:oracle:thin:@192.168.14.12:1521:ORA10G
  52. #jdbc.username=DGSBKF_GGYW
  53. #jdbc.password=a
  54. #jdbc.minIdle=0
  55. #jdbc.maxActive=4
  56. #jdbc.maxIdle=2
  57. #jdbc.initialSize=1
  58. #jdbc.validationQuery=select count(*) from dual
  59. jdbc.driver2=oracle.jdbc.OracleDriver
  60. jdbc.url2=jdbc:oracle:thin:@localhost:1521:orcl
  61. jdbc.username2=herong
  62. jdbc.password2=a
  63. jdbc.minIdle2=0
  64. jdbc.maxActive2=2
  65. jdbc.maxIdle2=2
  66. jdbc.initialSize2=1
  67. jdbc.validationQuery2=select count(*) from dual
  68. #oracle
  69. jdbc3.driver=oracle.jdbc.OracleDriver
  70. jdbc3.url=jdbc:oracle:thin:@192.168.26.64:1521:sb9206
  71. jdbc3.username=kjcs
  72. jdbc3.password=a
  73. #MySQL
  74. #jdbc.driver=com.mysql.jdbc.Driver
  75. #jdbc.url=jdbc:mysql://localhost:3306/flexdemo?useUnicode=true&characterEncoding=UTF-8
  76. #jdbc.username=root
  77. #jdbc.password=herongwskaps
  78. #####################Hibernate??##############################
  79. hibernate.dialect=org.hibernate.dialect.Oracle10gDialect
  80. hibernate.show_sql=true
  81. hibernate.format_sql=true
  82. hibernate.hbm2ddl.auto=update
  83. #hibernate.default_schema=kjcs
  84. hibernate.default_schema=ZJRS_YWXT_TEST
  85. #???????excel?????????????????????????domain???????
  86. EXP2XLS_SERVERUID=8080
  87. #####################????##############################
  88. ### ????(true/false) #################
  89. #????
  90. cache.SysConfCache=true
  91. #??????
  92. cache.PrintConfCache=true
  93. #Excel????
  94. cache.ExcelConfCache=true
  95. #??????
  96. cache.WfConfCache=true
  97. #?????????????
  98. cache.WfTaskCache=true
  99. #????????
  100. cache.GenTblConfCache=true
  101. #????????
  102. cache.GenListConfCache=true
  103. #SQL????
  104. cache.SqlConfCache=true
  105. #????
  106. cache.RightCache=true
  107. #????
  108. cache.TipMsgCache=true
  109. #???
  110. cache.DictCache=true
  111. #??????
  112. cache.DataTypeCache=true
  113. #acton??
  114. cache.ActionCache=true
  115. #VO??
  116. cache.VOCache=true
  117. #??????
  118. cache.PublicRightCache=true
  119. #Js,css??????
  120. GZIPFilter.Enabled=true
  121. #????????
  122. CacheFilte.Enabled=true
  123. #??????????(???
  124. CacheFilter.ExpirationMinutes=60
  125. # CACHE IN MEMORY
  126. cache.memory=true
  127. cache.blocking=false
  128. # CACHE SIZE
  129. cache.capacity=1000
  130. # CACHE PERSISTENCE CLASS
  131. cache.persistence.class=com.opensymphony.oscache.plugins.diskpersistence.DiskPersistenceListener
  132. # CACHE DIRECTORY
  133. cache.path=/tmp/cachetagscache
  134. # CACHE UNLIMITED DISK
  135. # Use unlimited disk cache or not. The default value is false, which means
  136. # the disk cache will be limited in size to the value specified by cache.capacity.
  137. #
  138. cache.unlimited.disk=true
  139. # CACHE OVERFLOW PERSISTENCE
  140. # Use persistent cache in overflow or not. The default value is false, which means
  141. # the persistent cache will be used at all times for every entry. true is the recommended setting.
  142. cache.persistence.overflow.only=true
  143. ### ########## end???? ####################
  144. ### Excel???? ####################
  145. #?????????
  146. template.location=d:/template
  147. #??excel??????????????
  148. template.excel.maxListPerFile=4000
  149. #?????????????
  150. import.maxThreasholdInaTime=30
  151. #?????????????
  152. export.maxThreasholdInaTime=30
  153. ### ????ContentType??? ####################
  154. contentType.txt=text/plain
  155. contentType.json=text/x-json
  156. contentType.xml=text/xml
  157. contentType.pdf=application/pdf
  158. contentType.csv=text/csv
  159. contentType.xls=application/vnd.ms-excel
  160. contentType.zip=application/zip
  161. #?????????????????????????????????byte
  162. export.autoZipSize = 1048576
  163. #?????? ???????
  164. export.dbf=dbfService
  165. export.txt=txtService
  166. ### ????????? ####################
  167. #?????????????preview????????????????
  168. #app.runMode=preview
  169. #????????
  170. app.runMode=none
  171. #????????????????????????
  172. glt.previewRows=5
  173. ### ???????? ####################
  174. #??????????????????????????????
  175. #app.bigdicts=ybdy_yyqt_fylr_yljgxmbh,jzk
  176. #app.bigdicts=jzk
  177. #?????????????Serivce????bigdict.[????]=[service??]
  178. #bigdicts.ybdy_yyqt_fylr_yljgxmbh=sampleDictService
  179. #bigdicts.jzk=sampleDictService
  180. #??????????????????ID,?????UID?????
  181. app.uid=
  182. #?????excel?????????????????????????ID,?????UID?????
  183. EXP2XLS_SERVERUID=
  184. #?????? ???local?????server ???server
  185. app.dictMode=server
  186. db.selectRowLimit=50000
  187. #his??????
  188. his.processor=cn.sinobest.hisframework.web.Processor
  189. his.lsh_prefix=his
  190. his.lsh_length=10
  191. his.compress_charset=UTF-8
  192. his.request_character_encoding=GBK
  193. his.response_character_encoding=UTF-8
  194. #????????
  195. org.quartz.scheduler.skipUpdateCheck=true
  196. org.quartz.scheduler.instanceName = DefaultQuartzScheduler
  197. org.quartz.scheduler.rmi.export = false
  198. org.quartz.scheduler.rmi.proxy = false
  199. org.quartz.scheduler.wrapJobExecutionInUserTransaction = false
  200. org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool
  201. org.quartz.threadPool.threadCount = 10
  202. org.quartz.threadPool.threadPriority = 5
  203. org.quartz.threadPool.threadsInheritContextClassLoaderOfInitializingThread = true
  204. org.quartz.jobStore.misfireThreshold = 60000
  205. #org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore
  206. org.quartz.jobStore.class = org.quartz.impl.jdbcjobstore.JobStoreCMT
  207. #WEBLOGIC???quartz???????org.quartz.impl.jdbcjobstore.WebLogicDelegate,????????org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
  208. org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
  209. #org.quartz.jobStore.useProperties = true
  210. #org.quartz.dataSource.NAME.jndiURL=mydatasource
  211. org.quartz.jobStore.tablePrefix = QRTZ_
  212. org.quartz.jobStore.isClustered = false
  213. org.rg.quartz.jobStore.txIsolationLevelSerializable = false
  214. org.quartz.jobStore.maxMisfiresToHandleAtATime=1
  215. #??????????
  216. DATATYPE.CONVERT=false
  217. #????(SSO)??
  218. sso.enable=false
  219. sso.serverName=
  220. #??????(??????????)
  221. session.cache.enabled=false
  222. remote.cache.servers=127.0.0.1:11211 127.0.0.1:11213 127.0.0.1:11212