名称调整

This commit is contained in:
inrgihc
2020-12-01 11:20:04 +08:00
parent c3a0aeec3e
commit 63125f4363
13 changed files with 26 additions and 26 deletions

View File

@@ -145,7 +145,7 @@ jdbc驱动名称 com.mysql.cj.jdbc.Driver
```
jdbc连接地址jdbc:mariadb://172.17.2.10:3306/test?useUnicode=true&characterEncoding=utf-8&useSSL=false&zeroDateTimeBehavior=convertToNull&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true
jdbc驱动名称 com.mariadb.cj.jdbc.Driver
jdbc驱动名称 org.mariadb.jdbc.Driver
```
- oracle的驱动配置样例

View File

@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.weishao</groupId>
<groupId>com.gitee</groupId>
<artifactId>dbswitch</artifactId>
<version>1.5.0</version>
</parent>

View File

@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.weishao</groupId>
<groupId>com.gitee</groupId>
<artifactId>dbswitch</artifactId>
<version>1.5.0</version>
</parent>
@@ -13,7 +13,7 @@
<dependencies>
<dependency>
<groupId>com.weishao</groupId>
<groupId>com.gitee</groupId>
<artifactId>dbswitch-common</artifactId>
<version>${project.version}</version>
</dependency>

View File

@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.weishao</groupId>
<groupId>com.gitee</groupId>
<artifactId>dbswitch</artifactId>
<version>1.5.0</version>
</parent>
@@ -13,31 +13,31 @@
<dependencies>
<dependency>
<groupId>com.weishao</groupId>
<groupId>com.gitee</groupId>
<artifactId>dbswitch-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.weishao</groupId>
<groupId>com.gitee</groupId>
<artifactId>dbswitch-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.weishao</groupId>
<groupId>com.gitee</groupId>
<artifactId>dbswitch-dbwriter</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.weishao</groupId>
<groupId>com.gitee</groupId>
<artifactId>dbswitch-dbchange</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.weishao</groupId>
<groupId>com.gitee</groupId>
<artifactId>dbswitch-dbsynch</artifactId>
<version>${project.version}</version>
</dependency>

View File

@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.weishao</groupId>
<groupId>com.gitee</groupId>
<artifactId>dbswitch</artifactId>
<version>1.5.0</version>
</parent>
@@ -13,7 +13,7 @@
<dependencies>
<dependency>
<groupId>com.weishao</groupId>
<groupId>com.gitee</groupId>
<artifactId>dbswitch-dbcommon</artifactId>
<version>${project.version}</version>
</dependency>

View File

@@ -1,7 +1,7 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.weishao</groupId>
<groupId>com.gitee</groupId>
<artifactId>dbswitch</artifactId>
<version>1.5.0</version>
</parent>

View File

@@ -1,7 +1,7 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.weishao</groupId>
<groupId>com.gitee</groupId>
<artifactId>dbswitch</artifactId>
<version>1.5.0</version>
</parent>
@@ -10,7 +10,7 @@
<dependencies>
<dependency>
<groupId>com.weishao</groupId>
<groupId>com.gitee</groupId>
<artifactId>dbswitch-dbcommon</artifactId>
<version>${project.version}</version>
</dependency>

View File

@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.weishao</groupId>
<groupId>com.gitee</groupId>
<artifactId>dbswitch</artifactId>
<version>1.5.0</version>
</parent>
@@ -20,7 +20,7 @@
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>com.weishao</groupId>
<groupId>com.gitee</groupId>
<artifactId>dbswitch-pgwriter</artifactId>
<version>${project.version}</version>
</dependency>

View File

@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.weishao</groupId>
<groupId>com.gitee</groupId>
<artifactId>dbswitch</artifactId>
<version>1.5.0</version>
</parent>

View File

@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.weishao</groupId>
<groupId>com.gitee</groupId>
<artifactId>dbswitch</artifactId>
<version>1.5.0</version>
</parent>
@@ -13,7 +13,7 @@
<dependencies>
<dependency>
<groupId>com.weishao</groupId>
<groupId>com.gitee</groupId>
<artifactId>dbswitch-common</artifactId>
<version>${project.version}</version>
</dependency>

View File

@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.weishao</groupId>
<groupId>com.gitee</groupId>
<artifactId>dbswitch</artifactId>
<version>1.5.0</version>
</parent>
@@ -19,19 +19,19 @@
<dependencies>
<dependency>
<groupId>com.weishao</groupId>
<groupId>com.gitee</groupId>
<artifactId>dbswitch-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.weishao</groupId>
<groupId>com.gitee</groupId>
<artifactId>dbswitch-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.weishao</groupId>
<groupId>com.gitee</groupId>
<artifactId>dbswitch-sql</artifactId>
<version>${project.version}</version>
</dependency>

View File

@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.weishao</groupId>
<groupId>com.gitee</groupId>
<artifactId>dbswitch</artifactId>
<version>1.5.0</version>
</parent>

View File

@@ -19,7 +19,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<groupId>com.weishao</groupId>
<groupId>com.gitee</groupId>
<artifactId>dbswitch</artifactId>
<version>1.5.0</version>
<packaging>pom</packaging>