mirror of
https://gitee.com/dromara/dbswitch.git
synced 2025-08-29 08:54:00 +00:00

* 修改默认端口 * 更新dist * 添加tdengine * 优化任务详情 * 优化任务详情 * 添加tdengine * 添加tdengine * 优化任务详情 * Merge remote-tracking branch 'remote/master' * 模式名超出部分截断问题 * 优化任务详情 * 优化任务详情 * Merge remote-tracking branch 'remote/master' * 任务详情优化 * 回滚配置信息 * 回滚配置信息 * 任务列表优化 * 代码优化 * 代码优化 * Merge remote-tracking branch 'upstream/master' * Merge remote-tracking branch 'upstream/master' * 任务管理 同步数据,增加指定SQL * 任务管理 同步数据,增加指定SQL * Merge remote-tracking branch 'upstream/master' * 任务管理优化 10% * Merge remote-tracking branch 'upstream/master' * 优化任务管理详情 * 优化 * 优化 * Merge remote-tracking branch 'remote/master' * 左侧列表优化 * 优化数据导航 * 优化样式 * Merge remote-tracking branch 'remote/master' * 任务管理优化 10% * 任务管理优化 10% * Merge remote-tracking branch 'origin/master' * Merge remote-tracking branch 'origin/master' * Merge remote-tracking branch 'remote/master' * Merge remote-tracking branch 'upstream/master' * 数据导航优化 * 数据导航优化 * 删除数据源ID * 驱动配置类型展示优化 * sync remote * 删除任务详情展示限制 * 调度时间 添加默认值 * Merge remote-tracking branch 'remote/master' * 更新dbswitch-admin/resources静态资源文件 * Merge remote-tracking branch 'origin/master' * 解决 【npm run build】 打包报错问题
41 lines
1.6 KiB
XML
41 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<parent>
|
|
<groupId>org.dromara.dbswitch</groupId>
|
|
<artifactId>dbswitch-parent</artifactId>
|
|
<version>2.0.0</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>dbswitch-product</artifactId>
|
|
<packaging>pom</packaging>
|
|
|
|
<modules>
|
|
<module>dbswitch-register-product</module>
|
|
<module>dbswitch-product-mysql</module>
|
|
<module>dbswitch-product-oracle</module>
|
|
<module>dbswitch-product-postgresql</module>
|
|
<module>dbswitch-product-sqlserver</module>
|
|
<module>dbswitch-product-db2</module>
|
|
<module>dbswitch-product-dm</module>
|
|
<module>dbswitch-product-sybase</module>
|
|
<module>dbswitch-product-kingbase</module>
|
|
<module>dbswitch-product-oscar</module>
|
|
<module>dbswitch-product-sqlite</module>
|
|
<module>dbswitch-product-mariadb</module>
|
|
<module>dbswitch-product-hive</module>
|
|
<module>dbswitch-product-gbase</module>
|
|
<module>dbswitch-product-openguass</module>
|
|
<module>dbswitch-product-mongodb</module>
|
|
<module>dbswitch-product-clickhouse</module>
|
|
<module>dbswitch-product-elasticsearch</module>
|
|
<module>dbswitch-product-highgo</module>
|
|
<module>dbswitch-product-starrocks</module>
|
|
<module>dbswitch-product-greenplum</module>
|
|
<module>dbswitch-product-doris</module>
|
|
<module>dbswitch-product-oceanbase</module>
|
|
<module>dbswitch-product-tdengine</module>
|
|
</modules>
|
|
|
|
</project> |