Commit 0ae88800 by daijie

修改readme文件,增加jdk最低要求说明

parent 742e543a
### 说明
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 ## 事件驱动处理
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment