Commit fd5d067c by henry

修改包名

1 parent cbc83f9e
Showing with 18 additions and 18 deletions
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
<file url="file://$PROJECT_DIR$/arch-gateway/src/main/resources" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/arch-gateway/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/arch-overall/src/main/java" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/arch-overall/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/arch-overall/src/main/resources" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/arch-overall/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/arch-sys/src/main/java" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/arch-system/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/arch-sys/src/main/resources" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/arch-system/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/clouds/file-store/src/main/java" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/clouds/file-store/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/clouds/file-store/src/main/resources" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/clouds/file-store/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/clouds/mybatis/src/main/java" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/clouds/mybatis/src/main/java" charset="UTF-8" />
......
# Arch Tools # Arch Tools
## arch-overall 总体架构微服务 ## arch-overall 总体架构微服务
## clouds (微服务组件-在线文档、文件存储、日志管理等) ## arch-clouds (微服务组件-在线文档、文件存储、日志管理等)
## arch-sys (系统架构微服务) ## arch-system (系统架构微服务)
## arch-overall (总体架构微服务) ## arch-overall (总体架构微服务)
## arch-analysis (综合分析) ## arch-analysis (综合分析)
## sys-manage 系统管理微服务(字典管理、菜单管理、用户及组织管理) ## system-manage 系统管理微服务(字典管理、菜单管理、用户及组织管理)
## arch-gateway ## arch-gateway
## arch-base 基础服务-包括工具类-及对象实体 ## arch-base 基础服务-包括工具类-及对象实体
## vo(View Object):视图对象,用于展示层 ## vo(View Object):视图对象,用于展示层
......
...@@ -5,11 +5,11 @@ ...@@ -5,11 +5,11 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.arch</groupId> <groupId>org.arch</groupId>
<artifactId>clouds</artifactId> <artifactId>arch-clouds</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
</parent> </parent>
<name>文件存储</name> <name>文件存储</name>
<artifactId>file-store</artifactId> <artifactId>attach</artifactId>
<properties> <properties>
<maven.compiler.source>8</maven.compiler.source> <maven.compiler.source>8</maven.compiler.source>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<name>日志模块</name> <name>日志模块</name>
<artifactId>sys-logs</artifactId> <artifactId>log</artifactId>
<properties> <properties>
<maven.compiler.source>8</maven.compiler.source> <maven.compiler.source>8</maven.compiler.source>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.arch</groupId> <groupId>org.arch</groupId>
<artifactId>clouds</artifactId> <artifactId>arch-clouds</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
</parent> </parent>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.arch</groupId> <groupId>org.arch</groupId>
<artifactId>clouds</artifactId> <artifactId>arch-clouds</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
</parent> </parent>
......
...@@ -10,11 +10,11 @@ ...@@ -10,11 +10,11 @@
</parent> </parent>
<name>微服务组件</name> <name>微服务组件</name>
<packaging>pom</packaging> <packaging>pom</packaging>
<artifactId>clouds</artifactId> <artifactId>arch-clouds</artifactId>
<modules> <modules>
<module>sys-logs</module> <module>log</module>
<module>office</module> <module>office</module>
<module>file-store</module> <module>attach</module>
<module>mybatis</module> <module>mybatis</module>
</modules> </modules>
<properties> <properties>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>arch-sys</artifactId> <artifactId>arch-system</artifactId>
<name>系统架构</name> <name>系统架构</name>
<properties> <properties>
<maven.compiler.source>8</maven.compiler.source> <maven.compiler.source>8</maven.compiler.source>
......
...@@ -9,11 +9,11 @@ ...@@ -9,11 +9,11 @@
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>
<module>clouds</module> <module>arch-clouds</module>
<module>arch-sys</module> <module>arch-system</module>
<module>arch-overall</module> <module>arch-overall</module>
<module>arch-analysis</module> <module>arch-analysis</module>
<module>sys-manage</module> <module>system-manage</module>
<module>arch-gateway</module> <module>arch-gateway</module>
<module>arch-base</module> <module>arch-base</module>
</modules> </modules>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>sys-manage</artifactId> <artifactId>system-manage</artifactId>
<name>系统管理</name> <name>系统管理</name>
<properties> <properties>
<maven.compiler.source>8</maven.compiler.source> <maven.compiler.source>8</maven.compiler.source>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!