# final **Repository Path**: quanwei-space/final ## Basic Information - **Project Name**: final - **Description**: 仓库地址:https://gitee.com/quanwei-space/final - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-08 - **Last Updated**: 2023-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Java 假期实习终极版 ## 技术栈 ### 前端 | 技术 | 描述 | 文档/官网 | | ------------ | --------------------------------- | ---------------------------------------- | | TypeScript | 有类型的JavaScript | https://www.typescriptlang.org/ | | React.js | 用于构建 Web 和原生交互界面的库 | https://react.dev/ | | Next.js | 服务器渲染、基于目录的路由 | https://nextjs.org/ | | Ant Design | 企业级 UI 设计语言和 React 组件库 | https://ant.design/docs/react/introduce/ | | Tailwind CSS | 类似BootStrap的CSS 库 | https://www.tailwindcss.cn/ | | PostCSS | 将CSS翻译成JavaScript | https://postcss.org/ | | SWR | 用于数据请求的 React Hooks 库 | https://swr.bootcss.com/ | ### 后端 | 技术 | 描述 | 文档/官网 | | ------------ | ---------------------------- | ------------------------------------------ | | SpringBoot | Java Spring开发框架 | https://spring.io/projects/spring-boot | | Spring Cloud | 微服务框架 | https://spring.io/projects/spring-cloud | | Lombok | Java 对象封装代码生成工具 | https://projectlombok.org/ | | MySQL | 关系型数据库 | https://www.mysql.com/cn | | JUnit | Java单元测试 | https://junit.org/junit5 | | JPA | 全自动ORM框架 | https://spring.io/projects/spring-data-jpa | | MyBatis | ORM框架 | http://www.mybatis.org | | Redis | 内存KV数据存储 | https://redis.io/ | | Nginx | 反向代理、负载均衡服务器 | https://www.nginx.com/ | | Docker | 应用容器引擎 | https://www.docker.com | | Swagger | API 接口测试工具 | https://swagger.io/ | | MongoDB | 文档数据库 | https://www.mongodb.com | | Mongoose | Node.js的MongoDB对象建模工具 | https://mongoosejs.com/ | | Express | Node.js的Web应用框架 | http://expressjs.com/ |