We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60fd7b commit 8f4aa09Copy full SHA for 8f4aa09
1 file changed
README.md
@@ -6,16 +6,15 @@
6
# 框架技术:
7
react@18.3.1
8
antd@latest
9
- rsbuild 构建工具
+ rsbuild@latest 构建工具
10
zustand@latest 状态管理
11
sass@latest
12
react-router@latest
13
react-dom@18.3.1
14
axios@latest
15
@tanstack/react-query@latest
16
# 注意
17
- 其中对axios进行了二次封装,其前后台交互的数据是json,并将数据进行了加密处理,发送到后端,后端项目参考
18
- https://github.com/yecongling/fusion
+ 其中对axios进行了二次封装,其前后台交互的数据是json,并将数据进行了加密处理,发送到后端,后端(springboot3.5.3+jdk21-继续完善中,后续开源)
19
20
# 支持丰富的交互协议,http、soap、RPC、hl7(后续支持)、file 等等,其包含的功能大部分由 apache camel 中的组件所支持,也可自行扩充其中的组件
21
0 commit comments