Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
framework-tools
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 302773bc
authored
Jul 08, 2024
by
henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加知识库微服务
1 parent
61db86a1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
0 deletions
README.md
arch-knowledge/pom.xml
pom.xml
README.md
View file @
302773b
...
...
@@ -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 不要每个方法创建一个,方便后期维护
...
...
arch-knowledge/pom.xml
0 → 100644
View file @
302773b
<?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
pom.xml
View file @
302773b
...
...
@@ -16,6 +16,7 @@
<module>
system-manage
</module>
<module>
arch-gateway
</module>
<module>
arch-base
</module>
<module>
arch-knowledge
</module>
</modules>
<name>
数字化架构管理工具
</name>
<properties>
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment