Skip to content

Commit 313524f

Browse files
committed
Server:重命名Library和Demo在pom.xml里的名称
1 parent a0a0fa1 commit 313524f

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ APIJSON-Java-Server/APIJSONDemo/.settings
1717
APIJSON-Java-Server/APIJSONLibrary/.settings
1818
*.classpath
1919
*.project
20+
APIJSON-Java-Server/APIJSONDemo_oracle/.settings

APIJSON-Java-Server/APIJSONDemo/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<groupId>apijson.demo.server</groupId>
7-
<artifactId>apijson-demo</artifactId>
7+
<artifactId>apijson-boot</artifactId>
88
<version>3.3.0</version>
99
<packaging>jar</packaging>
1010

11-
<name>APIJSONDemo</name>
12-
<description>Demo project for APIJSON Server</description>
11+
<name>APIJSONBoot</name>
12+
<description>Demo project for APIJSON Server based on SpringBoot</description>
1313

1414
<parent>
1515
<groupId>org.springframework.boot</groupId>

APIJSON-Java-Server/APIJSONLibrary/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<groupId>zuo.biao.apijson.server</groupId>
7-
<artifactId>apijson-library</artifactId>
7+
<artifactId>apijson-orm</artifactId>
88
<version>3.3.0</version>
99
<packaging>jar</packaging>
1010

11-
<name>APIJSONLibrary</name>
12-
<description>APIJSON Server Library</description>
11+
<name>APIJSONORM</name>
12+
<description>APIJSON ORM Library</description>
1313

1414

1515
<properties>

0 commit comments

Comments
 (0)