This website works better with JavaScript
首页
项目目录
关于我们
Sign In
python
/
AI-Copyright-Application-Generator
Watch
1
Star
0
Fork
0
Files
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
AI-Copyright...
/
specs_docs
/
tech_stack_specs
/
技术栈说明文档_默认.md
技术栈说明文档_默认.md
908 B
Permalink
History
Raw
1 前端技术栈 (Vue)
开发语言:TypeScript
核心框架:Vue 3
构建工具:Vite
状态管理:Pinia
UI 组件:Element Plus
HTTP 请求:Axios
路由管理:Vue Router
编辑核心:Fabric.js (画布操作库)
2 后端技术栈 (Java)
开发语言:Java
开发环境: JDK8
核心框架:Spring Boot 2.7.18
构建工具: Maven 3.x
Web 容器: Tomcat 9.0.75
数据库: PostgreSQL 14.16 (
必须使用PostgreSQL,不得替换为MySQL或其他数据库
)
消息队列: RocketMQ 4.9.7
本地缓存: Caffeine
分布式缓存: Redis Server 6.2.x,Redis Client : Lettuce 6.1.10
ORM 框架: MyBatis-Plus 3.5.6(数据持久层)
任务调度: XXL-JOB 2.3.1
文件存储: MinIO RELEASE.2022-10-29T06-21-33Z (对象存储)
工具类库: Hutool 5.8.38
安全认证:Spring Security + JWT