Commit a1e73479 by henry

添加微服务框架

1 parent 4f2ec549
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="Encoding"> <component name="Encoding">
<file url="file://$PROJECT_DIR$/arch-analysis/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/arch-analysis/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/arch-gateway/src/main/java" 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/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/arch-sys/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/arch-sys/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/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/clouds/office/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/clouds/office/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/clouds/src/main/java" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/clouds/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/clouds/src/main/resources" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/clouds/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/clouds/sys-logs/src/main/java" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/clouds/sys-logs/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/clouds/sys-logs/src/main/resources" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/clouds/sys-logs/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/src/main/resources" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/sys-manage/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/sys-manage/src/main/resources" charset="UTF-8" />
</component> </component>
</project> </project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.arch</groupId>
<artifactId>arch-toos</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>arch-analysis</artifactId>
<name>综合分析</name>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
\ No newline at end of file
package org.arch;
public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.arch</groupId>
<artifactId>arch-toos</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>arch-gateway</artifactId>
<name>微服务网关</name>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
\ No newline at end of file
package org.arch;
public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.arch</groupId>
<artifactId>arch-toos</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>arch-overall</artifactId>
<name>总体架构</name>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
\ No newline at end of file
package org.arch;
public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.arch</groupId>
<artifactId>arch-toos</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>arch-sys</artifactId>
<name>系统架构</name>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
\ No newline at end of file
package org.arch;
public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.arch</groupId>
<artifactId>clouds</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<name>文件存储</name>
<artifactId>file-store</artifactId>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
\ No newline at end of file
package org.arch;
public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.arch</groupId>
<artifactId>clouds</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>office</artifactId>
<name>在线文档</name>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
\ No newline at end of file
package org.arch;
public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}
\ No newline at end of file
...@@ -8,11 +8,13 @@ ...@@ -8,11 +8,13 @@
<artifactId>arch-toos</artifactId> <artifactId>arch-toos</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
</parent> </parent>
<name>国能架构管理系统</name> <name>国能微服务组件</name>
<packaging>pom</packaging> <packaging>pom</packaging>
<artifactId>clouds</artifactId> <artifactId>clouds</artifactId>
<modules> <modules>
<module>sys-logs</module> <module>sys-logs</module>
<module>office</module>
<module>file-store</module>
</modules> </modules>
<properties> <properties>
<maven.compiler.source>8</maven.compiler.source> <maven.compiler.source>8</maven.compiler.source>
......
...@@ -10,7 +10,13 @@ ...@@ -10,7 +10,13 @@
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>
<module>clouds</module> <module>clouds</module>
<module>arch-sys</module>
<module>arch-overall</module>
<module>arch-analysis</module>
<module>sys-manage</module>
<module>arch-gateway</module>
</modules> </modules>
<name>国能架构管理系统</name>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
......
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.arch</groupId>
<artifactId>arch-toos</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>sys-manage</artifactId>
<name>系统管理</name>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
\ No newline at end of file
package org.arch;
public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!