Merge branch 'master' into release/20241113_1022

develop/lyx_20241121_cfhz
Xiao Ye 2 months ago
commit bb51689c87
  1. 249
      WEB-INF/conf/wat-config_template.xml

@ -0,0 +1,249 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<wat-config>
<wat-app>
<name>ApplicationInstance</name>
<description>开发环境_康联健康平台</description>
<class>com.main.Main</class>
</wat-app>
<wat-runtime-config>
<companylogo>/images/wygl/new/logo3.ico</companylogo>
<titletext>第四代一体化全民健康服务平台</titletext>
<debug daodebug="false" enabled="false" jsdebug="false" showConsoleMessage="true" uidebug="true" asynMessage="true" />
<select_sql_show_time>2</select_sql_show_time>
<exception>
<message level="3" />
</exception>
<fullscreen>false</fullscreen>
<sessionmutex>false</sessionmutex>
<version>old</version>
<Tibetan>true</Tibetan>
//启动藏文
<LanguageConversion>true</LanguageConversion>
//启动界面显示文本的语言转换
<datagrid_page_navigation>true</datagrid_page_navigation>
<sequenceowner>his</sequenceowner>
<parameterencryption>true</parameterencryption>
<clearcontentwhencloseform>true</clearcontentwhencloseform>
<autocreateshortcutkey>true</autocreateshortcutkey>
<autochangesequence></autochangesequence>
<autocaninsertnewrow>false</autocaninsertnewrow>
//dbgrid表格快捷键往下是否新增行
<datasource_config>
<!--
-->
<remark>本地库</remark><url>jdbc:oracle:thin:@127.0.0.1:1521:klhis</url> <username>his</username><password>abc123</password>
<pool>false</pool>
<datasource>java:comp/env/jdbc/his</datasource>
<dataSourceType>Proxool</dataSourceType>
//Proxool,Druid,C3p0
<dataSourceClass>com.wat.extend.DruidDataSource</dataSourceClass>
<driver>oracle.jdbc.driver.OracleDriver</driver>
<maxStatements>5</maxStatements>
<maxPoolSize>10</maxPoolSize>
<minPoolSize>2</minPoolSize>
<pool-build-throttle>5</pool-build-throttle>
<passwordencryption>false</passwordencryption>
<clear-on-destory>true</clear-on-destory>
<database_type>2</database_type>
//1:sqlServer,2:oracle,3:anywhere,4:mysql,0:无数据库
<page_size>50</page_size>
//表示pageDataManager的查询页大小,默认100
<initSequenceResource>true</initSequenceResource>
</datasource_config>
<!-- <datasource_proxoollist> -->
<!-- <config> -->
<!-- <name>router1</name> -->
<!-- <driver>com.microsoft.sqlserver.jdbc.SQLServerDriver</driver> -->
<!-- <url>jdbc:sqlserver://192.168.0.144:1433;DatabaseName=zjk</url> -->
<!-- <maxStatements>1000</maxStatements> -->
<!-- <maxPoolSize>1000</maxPoolSize> -->
<!-- <minPoolSize>50</minPoolSize> -->
<!-- <proxool>false</proxool> -->
<!-- <username>sa</username> -->
<!-- <password>123456</password> -->
<!-- <clear-on-destory>true</clear-on-destory> -->
<!-- <database_type>1</database_type> -->
<!-- //1:sqlServer,2:oracle,3:anywhere,4:mysql,0:无数据库 -->
<!-- <page_size>50</page_size> -->
<!-- //表示pageDataManager的查询页大小,默认100 -->
<!-- </config> -->
<!-- </datasource_proxoollist> -->
<!--
<file-server>
<file-server-url>http://localhost:8090/klhis/imp</file-server-url>
<file-server-timeout>10000</file-server-timeout>
</file-server>
<logs-server>
<logs-server-url>http://localhost:8090/klhis/imp</logs-server-url>
<logs-server-timeout>1000</logs-server-timeout>
<logs-server-enabled>false</logs-server-enabled>
</logs-server>
<http-client>
<httpclient-server-url>http://localhost:8080/klhis/imp</httpclient-server-url>
<httpclient-timeout>1000</httpclient-timeout>
<httpclient-sequencekey>true</httpclient-sequencekey>
</http-client>
-->
<file-server>
<!--
<file-server-url>http://127.0.0.1:8083/klhis/imp</file-server-url>
-->
<file-server-url>http://11.21.6.225:10002/klhisfileserver/imp</file-server-url>
<file-server-timeout>10000</file-server-timeout>
</file-server>
<logs-server>
<!--
<logs-server-url>http://127.0.0.1:8083/klhis/imp</logs-server-url>
-->
<logs-server-url>http://11.21.6.225:10002/klhisfileserver/imp</logs-server-url>
<logs-server-timeout>1000</logs-server-timeout>
<logs-server-enabled>false</logs-server-enabled>
</logs-server>
<http-client>
<!--
<httpclient-server-url>http://127.0.0.1:8083/klhis/imp</httpclient-server-url>
-->
<httpclient-server-url>http://11.21.6.225:10002/klhisfileserver/imp</httpclient-server-url>
<httpclient-timeout>1000</httpclient-timeout>
<httpclient-sequencekey>false</httpclient-sequencekey>
</http-client>
<cache>
<cache_enable>true</cache_enable>
<notifyByTimeout>1</notifyByTimeout>
//timeout time minute
<notifyByIntercept>true</notifyByIntercept>
//intercept
<notifyByDataBase>false</notifyByDataBase>
//trigger
<cachePage>512</cachePage>
//for nio
<notifyOtherServers>http://localhost:8080/klhis/imp</notifyOtherServers>
//多个被通告的Server地址以以[,]分隔
</cache>
<memory_monitor>
<notify_interval>10</notify_interval>
//分钟为单位,默认为10
<release_rate>20</release_rate>
//内存释放比例%为单位,默认为20
</memory_monitor>
<compiler>
<src_path>src/</src_path>
<class_path>classes/</class_path>
<packageName>compiler.object</packageName>
</compiler>
<system>
<system_css_path>/resources/css/system.css</system_css_path>
<dojo_path>/dojo/dojo.js</dojo_path>
<file_upload_path>/file</file_upload_path>
</system>
<extend-control-manager>
<register-control type="file" />
</extend-control-manager>
<inuser-control-manager>
<register-control type="file">/WEB-INF/conf/inuser-control.xml</register-control>
</inuser-control-manager>
<dao-manager>
<dao_path type="file">/WEB-INF/conf/sysds_ba.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_cp.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_dzfp.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_emr.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_emr_dic.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_emss.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_his.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_his_al.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_his_AutoTask.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_his_dic.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_his_gzz.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_his_jcst.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_his_kjyw.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_his_mzfz.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_his_mzgh.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_his_mzhs.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_his_mzsf.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_his_mzsyq.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_his_mzyfcx.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_his_normal.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_his_online.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_his_yb.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_his_yffy.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_his_yfyk.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_his_yjsf_query.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_his_yzt.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_his_zyhs.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_his_zysf.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_his_zytz.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_his_zyyz.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_jimureport_wzxx.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_jimureport_ygyy.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_lis.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_main.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_main_design.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_main_dic.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_main_mpi.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_main_test.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_message.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_mms.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_mms_dic.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_mms_query.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_mms_wzff.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_opa.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_opa_dic.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_Report_template.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_tc.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_pay.xml</dao_path>
<dao_path type="file">/WEB-INF/conf/sysds_cfhz.xml</dao_path>
</dao-manager>
<sequence-manager>
<sequence_creator_path type="file">/WEB-INF/conf/sequence_his.xml</sequence_creator_path>
<sequence_creator_path type="file">/WEB-INF/conf/sequence_main.xml</sequence_creator_path>
</sequence-manager>
<thread_sequencekey>
<thread_start>1</thread_start>
//ms为单位,默认为10
</thread_sequencekey>
<thread_oper>
<thread_enable>false</thread_enable>
<thread_interval>60</thread_interval>
//分钟为单位,默认为60
<oper_class>com.desktop.AutoSaveCommonFunctionThread</oper_class>
//用于执行医生操作习惯 定时执行的业务类,多个以[,]分隔
</thread_oper>
<thread_oper>
<thread_enable>false</thread_enable>
<thread_interval>1</thread_interval>
//分钟为单位,默认为60
<oper_class>com.util.AutoSaveDBLogThread</oper_class>
//用于保存dao的dml操作日志
</thread_oper>
<thread_oper>
<thread_enable>false</thread_enable>
<thread_interval>10</thread_interval>
//分钟为单位,默认为60
<thread_cycle>false</thread_cycle>
//只运行一次
<time_type>S</time_type>
//时间类型,不设置默认是分钟,S是秒,M是分钟,H是小时
<oper_class>com.util.PreLoadFilterClass,com.util.PreLoadSortClass</oper_class>
//用于预装载sort和filter类文件
</thread_oper>
<resource-version>
//设置资源版本号,用于资源更新后的缓存失效问题
<js-version>2024.02.03</js-version>
//js的版本号,如果有js更新就用当天日期如20180316即可
<css-version>2024.04.12</css-version>
//css的版本号,如果有js更新就用当天日期如20180316即可
<flash-video-version>v2.06.066</flash-video-version>
//flash视频插件的版本号
<flash-message-version>1.2</flash-message-version>
//flash消息插件的版本号
<flash-photo-version>1.2</flash-photo-version>
//flash拍照插件的版本号
<flash-qrcode-version>1.2</flash-qrcode-version>
//flash二维码扫描插件的版本号
<flash-paint-version>1.2</flash-paint-version>
//flash电子病历图片编辑插件的版本号
<flash-talk-version>1.2</flash-talk-version>
//flash语音插件的版本号
</resource-version>
</wat-runtime-config>
</wat-config>
Loading…
Cancel
Save