Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
custom-server
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhonghong
custom-server
Commits
0ae88800
Commit
0ae88800
authored
May 29, 2026
by
daijie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改readme文件,增加jdk最低要求说明
parent
742e543a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
README.md
+9
-2
No files found.
README.md
View file @
0ae88800
### 说明
spring-boot版本:4.0.5
jdk版本:最低21
swagger地址:http://localhost:xxx/swagger-ui/index.html
### 分层调用链路
```
HTTP请求
...
...
@@ -10,7 +17,7 @@ HTTP请求
↓
[DAL层] (数据访问)
↓
[
DAL
层] (数据库操作)
[
数据持久
层] (数据库操作)
```
### 功能模块
```
...
...
@@ -22,7 +29,7 @@ HTTP请求
│ │ ├─ app ## 适配app发起的请求
│ │ │ ├─ vo
│ │ │ ├─ controller
├─xxx-core ## 公共模块
后期,
可提炼为独立的jar引用
├─xxx-core ## 公共模块
, 后期
可提炼为独立的jar引用
├─xxx-app
│ ├─com.jomalls.xxx.app ## 应用服务层:处理controller发起的业务流程的组合、编排,调度、事件驱动
│ │ ├─ event ## 事件驱动处理
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment