Skip to content

Commit b7a333f

Browse files
committed
Project reconfiguration
1 parent 386b879 commit b7a333f

456 files changed

Lines changed: 1637 additions & 1639 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ali-dbhub-server/ali-dbhub-server-domain/ali-dbhub-server-domain-repository/src/main/resources/com/alibaba/dbhub/server/domain/repository/DashboardChartRelationMapper.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

ali-dbhub-server/ali-dbhub-server-domain/ali-dbhub-server-domain-repository/src/main/resources/com/alibaba/dbhub/server/domain/repository/OperationLogMapper.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

ali-dbhub-server/ali-dbhub-server-domain/ali-dbhub-server-domain-repository/src/main/resources/com/alibaba/dbhub/server/domain/repository/OperationSavedMapper.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

ali-dbhub-server/ali-dbhub-server-domain/ali-dbhub-server-domain-repository/src/main/resources/com/alibaba/dbhub/server/domain/repository/SystemConfigMapper.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

ali-dbhub-server/ali-dbhub-server-domain/ali-dbhub-server-domain-support/src/main/java/com/alibaba/dbhub/server/domain/support/dialect/mariadb/MariaDBMetaSchemaSupport.java

Lines changed: 0 additions & 21 deletions
This file was deleted.

ali-dbhub-server/ali-dbhub-server-start/src/main/resources/META-INF/spring.factories

Lines changed: 0 additions & 3 deletions
This file was deleted.

ali-dbhub-server/ali-dbhub-server-domain/ali-dbhub-server-domain-api/pom.xml renamed to ali-dbhub-server/chat2db-server-domain/chat2db-server-domain-api/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<groupId>com.alibaba.dbhub</groupId>
7-
<artifactId>ali-dbhub-server-domain</artifactId>
6+
<groupId>ai.chat2db</groupId>
7+
<artifactId>chat2db-server-domain</artifactId>
88
<version>${revision}</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

13-
<artifactId>ali-dbhub-server-domain-api</artifactId>
13+
<artifactId>chat2db-server-domain-api</artifactId>
1414

1515
<dependencies>
1616
<dependency>
17-
<groupId>com.alibaba.dbhub</groupId>
18-
<artifactId>ali-dbhub-server-tools-base</artifactId>
17+
<groupId>ai.chat2db</groupId>
18+
<artifactId>chat2db-server-tools-base</artifactId>
1919
</dependency>
2020
<dependency>
21-
<groupId>com.alibaba.dbhub</groupId>
22-
<artifactId>ali-dbhub-server-domain-support</artifactId>
21+
<groupId>ai.chat2db</groupId>
22+
<artifactId>chat2db-server-domain-support</artifactId>
2323
</dependency>
2424
<dependency>
2525
<groupId>org.projectlombok</groupId>

ali-dbhub-server/ali-dbhub-server-domain/ali-dbhub-server-domain-api/src/main/java/com/alibaba/dbhub/server/domain/api/enums/AiSqlSourceEnum.java renamed to ali-dbhub-server/chat2db-server-domain/chat2db-server-domain-api/src/main/java/ai/chat2db/server/domain/api/enums/AiSqlSourceEnum.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
package com.alibaba.dbhub.server.domain.api.enums;
1+
package ai.chat2db.server.domain.api.enums;
22

33
import java.util.HashMap;
44
import java.util.Map;
55

6-
import com.alibaba.dbhub.server.domain.support.dialect.MetaSchema;
7-
import com.alibaba.dbhub.server.tools.base.enums.BaseEnum;
6+
import ai.chat2db.server.domain.support.dialect.MetaSchema;
7+
import ai.chat2db.server.tools.base.enums.BaseEnum;
88

99
import lombok.Getter;
1010

ali-dbhub-server/ali-dbhub-server-domain/ali-dbhub-server-domain-api/src/main/java/com/alibaba/dbhub/server/domain/api/enums/OperationStatusEnum.java renamed to ali-dbhub-server/chat2db-server-domain/chat2db-server-domain-api/src/main/java/ai/chat2db/server/domain/api/enums/OperationStatusEnum.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
package com.alibaba.dbhub.server.domain.api.enums;
1+
package ai.chat2db.server.domain.api.enums;
22

3-
import com.alibaba.dbhub.server.tools.base.enums.BaseEnum;
3+
import ai.chat2db.server.tools.base.enums.BaseEnum;
44

55
import lombok.Getter;
66

0 commit comments

Comments
 (0)