Skip to content

Commit c3bbc82

Browse files
committed
refactor: 调整示例代码目录结构
1 parent d925323 commit c3bbc82

File tree

158 files changed

+22
-8
lines changed

Some content is hidden

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

158 files changed

+22
-8
lines changed

codes/javadb/javadb-elasticsearch/pom.xml renamed to codes/javadb/elasticsearch/elasticsearch7/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<groupId>io.github.dunwu</groupId>
13-
<artifactId>javadb-elasticsearch</artifactId>
13+
<artifactId>javadb-elasticsearch7</artifactId>
1414
<version>1.0.0</version>
1515
<packaging>jar</packaging>
1616

codes/javadb/elasticsearch/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
<modelVersion>4.0.0</modelVersion>
5+
6+
<groupId>io.github.dunwu</groupId>
7+
<artifactId>javadb-elasticsearch</artifactId>
8+
<version>1.0.0</version>
9+
<packaging>pom</packaging>
10+
11+
<modules>
12+
<module>elasticsearch7</module>
13+
</modules>
14+
</project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

codes/javadb/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
<packaging>pom</packaging>
1010

1111
<modules>
12-
<module>javadb-h2</module>
13-
<module>javadb-hbase</module>
14-
<module>javadb-mysql</module>
15-
<module>javadb-redis</module>
16-
<module>javadb-sqlite</module>
17-
<module>javadb-mongodb</module>
18-
<module>javadb-elasticsearch</module>
12+
<module>h2</module>
13+
<module>hbase</module>
14+
<module>mysql</module>
15+
<module>redis</module>
16+
<module>sqlite</module>
17+
<module>mongodb</module>
18+
<module>elasticsearch</module>
1919
</modules>
2020
</project>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)