apps/com.actionsoft.apps.cc.connector.rds/manifest.xml
shangxiaoran@qq.com 2608324b68 初始化应用
2022-06-28 01:22:45 +08:00

45 lines
4.4 KiB
XML
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<app xmlns="http://www.actionsoft.com.cn/app">
<name>RDS Connector</name>
<version>2.0</version>
<buildNo>1</buildNo>
<developer id="776cca9a287c8b4d63b9cad216aa3859" tablePrefix="ACT" url="http://www.actionsoft.com.cn">北京炎黄盈动科技发展有限责任公司</developer>
<categoryVisible>false</categoryVisible>
<description><![CDATA[连接关系型数据库服务]]></description>
<details><![CDATA[本应用是AWS CC的官方连接适配器为上层应用场景提供统一的关系型数据库服务访问和管理。
主要功能
- 支持符合JDBC 2.0规范的SQL调用
- 提供常见开源和商业数据库驱动,内置数据库连接池
- 提供CCAPI封装方便开发者使用
- 支持CC环境变量
- 支持SLA服务质量监控和告警通知提供全局requestId
- 提供访问日志开关
特别说明
- 使用该应用要求AWS PaaS平台许可支持CC服务
- 使用该应用要求AWS PaaS平台版本不低于6.4.1
]]></details>
<installListener/>
<startListener>com.actionsoft.apps.cc.rds.event.AppStart</startListener>
<pluginListener>com.actionsoft.apps.cc.rds.Plugins</pluginListener>
<stopListener/>
<upgradeListener/>
<uninstallListener/>
<reloadable>true</reloadable>
<requires/>
<properties>
<property action="edit" group="系统" name="rdsDriverArray" title="驱动" type="textarea" isSystem="false" desc="配置驱动及对应的URL例子" ref="">[{"id":"oracle.jdbc.driver.OracleDriver","text":"Oracle Driver JDBC 4.0","url":"jdbc:oracle:thin:@192.168.0.x:1521:ORCL"},{"id":"com.mysql.jdbc.Driver","text":"MySQL Driver","url":"jdbc:mysql://192.168.0.x:3306/test"},{"id":"com.microsoft.sqlserver.jdbc.SQLServerDriver","text":"Microsoft SQL Server JDBC 4.1","url":"jdbc:sqlserver://192.168.0.x:1433; DatabaseName=test"},{"id":"net.sourceforge.jtds.jdbc.Driver","text":"jTDS JDBC Driver","url":"jdbc:jtds:sqlserver://192.168.0.x:1433/test"},{"id":"com.ibm.db2.jcc.DB2Driver","text":"DB2 Driver","url":"jdbc:db2://192.168.0.x:50000/test"},{"id":"com.informix.jdbc.IfxDriver","text":"Informix Driver","url":"jdbc:informix://192.168.0.x:9088/test:INFORMIXSERVER=gbaseserver;DB_LOCALE=zh_CN.utf8;CLIENT_LOCALE=zh_CN.utf8;NEWCODESET=UTF8,GB18030-2000,5488"},{"id":"com.gbasedbt.jdbc.IfxDriver","text":"GBase","url":"jdbc:gbasedbt://192.168.0.x:9088/test:INFORMIXSERVER=gbaseserver;DB_LOCALE=zh_CN.utf8;CLIENT_LOCALE=zh_CN.utf8;NEWCODESET=UTF8,GB18030-2000,5488"},{"id":"org.postgresql.Driver","text":"PostgreSQL Driver","url":"jdbc:postgresql://192.168.0.x:5432/test"},{"id":"com.oscar.Driver","text":"神通","url":"jdbc:oscar://192.168.0.x:2003/osrdb"},{"id":"dm.jdbc.driver.DmDriver","text":"达梦","url":"jdbc:dm://192.168.0.x:5236/DAMENG"},{"id":"com.kingbase8.Driver","text":"金仓","url":"jdbc:kingbase8://192.168.0.x:54321/TEST"}]</property>
<property action="edit" group="系统" name="rdsExtParam" title="扩展属性" type="textarea" isSystem="false" desc="扩展属性" ref="">[{"id":"maxAge","text":"maxAge","desc":"连接池中一个连接的寿命,单位是毫秒"},{"id":"maxIdle","text":"maxIdle","desc":"配置连接池最多维持多少个空闲连接"},{"id":"minIdle","text":"minIdle","desc":"配置连接池至少维持多少个空闲连接"},{"id":"testWhileIdle","text":"testWhileIdle","desc":"在检查闲置连接时同时检查连接可用性"},{"id":"timeBetweenEvictionRunsMillis","text":"timeBetweenEvictionRunsMillis","desc":"配置间隔多久才进行一次检测,检测需要关闭的空闲连接,单位是毫秒"},{"id":"testOnBorrow","text":"testOnBorrow","desc":"在借出连接时检查连接可用性"},{"id":"validationInterval","text":"validationInterval","desc":"检查连接死活的时间间隔,单位是毫秒"},{"id":"maxWait","text":"maxWait","desc":"连接池出借连接的最长期限,单位是毫秒"}]</property>
<property action="edit" group="数据服务" name="size" title="分页行数" type="input" isSystem="false" desc="DS数据服务查询类size行数最大值请填写正整数且最大值不允许趣过10000" ref="">10000</property>
</properties>
<allowStartup>true</allowStartup>
<allowUpgradeByStore>true</allowUpgradeByStore>
<depend versions="6.4" env="6.4.1">_bpm.platform</depend>
<modelAdministrator/>
<installDate>2018-01-09 08:45:35</installDate>
<productId/>
<icon code="&amp;#xe645;" color="#ff9421"/>
</app>