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 e8800fa0
authored
Jul 09, 2024
by
henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除多余的服务
1 parent
936f6421
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
29 deletions
README.md
framework-knowledge/pom.xml
README.md
View file @
e8800fa
# 1.微服务
## 1.1
arch
-overall 总体架构微服务
## 1.2
arch
-clouds (微服务组件-在线文档、文件存储、日志管理等)
## 1.1
framework
-overall 总体架构微服务
## 1.2
framework
-clouds (微服务组件-在线文档、文件存储、日志管理等)
### 1.2.1 common(数据传输对象dto、视图对象vo)
### 1.2.2 filter (过滤器-处理sql注入、xss跨站脚本攻击)
### 1.2.3 log (记录日志微服务)
...
...
@@ -9,12 +9,12 @@
### 1.2.6 storage (对象存储服务)
### 1.2.7 nacos (nacos组件,后期可对nacos账号进行加密)
### 1.2.X (其他组件可在改包下面添加)
## 1.3
arch
-system (系统架构微服务)
## 1.4
arch
-analysis (综合分析)
## 1.5 system-manage 系统管理微服务(字典管理、菜单管理、用户及组织管理)
## 1.6
arch
-gateway
## 1.7
arch
-base 基础服务-包括工具类、枚举类
## 1.8
arch
-knowledge 知识库微服务
## 1.3
framework
-system (系统架构微服务)
## 1.4
framework
-analysis (综合分析)
## 1.5
framework-
system-manage 系统管理微服务(字典管理、菜单管理、用户及组织管理)
## 1.6
framework
-gateway
## 1.7
framework
-base 基础服务-包括工具类、枚举类
## 1.8
framework
-knowledge 知识库微服务
# <span style="color: red;">*************重要***********</span>
## vo(View Object):视图对象,用于展示层
## dto(Data Transfer Object):数据传输对象 再参数传递中 统一模块参数传递尽量统一DTO 不要每个方法创建一个,方便后期维护
...
...
framework-knowledge/pom.xml
deleted
100644 → 0
View file @
936f642
<?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>
framework-tool
</artifactId>
<version>
1.0-SNAPSHOT
</version>
</parent>
<artifactId>
framework-knowledge
</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
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