| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a0a0fa1 commit 313524f
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,3 +17,4 @@ APIJSON-Java-Server/APIJSONDemo/.settings | |||
| 17 | 17 | APIJSON-Java-Server/APIJSONLibrary/.settings | |
| 18 | 18 | *.classpath | |
| 19 | 19 | *.project | |
| 20 | + APIJSON-Java-Server/APIJSONDemo_oracle/.settings | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,12 +4,12 @@ | |||
| 4 | 4 | <modelVersion>4.0.0</modelVersion> | |
| 5 | 5 | ||
| 6 | 6 | <groupId>apijson.demo.server</groupId> | |
| 7 | - <artifactId>apijson-demo</artifactId> | ||
| 7 | + <artifactId>apijson-boot</artifactId> | ||
| 8 | 8 | <version>3.3.0</version> | |
| 9 | 9 | <packaging>jar</packaging> | |
| 10 | 10 | ||
| 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> | ||
| 13 | 13 | ||
| 14 | 14 | <parent> | |
| 15 | 15 | <groupId>org.springframework.boot</groupId> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,12 +4,12 @@ | |||
| 4 | 4 | <modelVersion>4.0.0</modelVersion> | |
| 5 | 5 | ||
| 6 | 6 | <groupId>zuo.biao.apijson.server</groupId> | |
| 7 | - <artifactId>apijson-library</artifactId> | ||
| 7 | + <artifactId>apijson-orm</artifactId> | ||
| 8 | 8 | <version>3.3.0</version> | |
| 9 | 9 | <packaging>jar</packaging> | |
| 10 | 10 | ||
| 11 | - <name>APIJSONLibrary</name> | ||
| 12 | - <description>APIJSON Server Library</description> | ||
| 11 | + <name>APIJSONORM</name> | ||
| 12 | + <description>APIJSON ORM Library</description> | ||
| 13 | 13 | ||
| 14 | 14 | ||
| 15 | 15 | <properties> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments