Commit 302773bc by henry

添加知识库微服务

1 parent 61db86a1
Showing with 23 additions and 0 deletions
......@@ -14,6 +14,7 @@
## 1.5 system-manage 系统管理微服务(字典管理、菜单管理、用户及组织管理)
## 1.6 arch-gateway
## 1.7 arch-base 基础服务-包括工具类、枚举类
## 1.8 arch-knowledge 知识库微服务
# <span style="color: red;">*************重要***********</span>
## vo(View Object):视图对象,用于展示层
## dto(Data Transfer Object):数据传输对象 再参数传递中 统一模块参数传递尽量统一DTO 不要每个方法创建一个,方便后期维护
......
<?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</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>arch-knowledge</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
......@@ -16,6 +16,7 @@
<module>system-manage</module>
<module>arch-gateway</module>
<module>arch-base</module>
<module>arch-knowledge</module>
</modules>
<name>数字化架构管理工具</name>
<properties>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!