# 校园招聘 **Repository Path**: StandFast/campus-recruitment ## Basic Information - **Project Name**: 校园招聘 - **Description**: 基于SpringBoot+Vue的校园招聘系统。 基于二饭管理系统开发: - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitee.com/StandFast/tworice-admin - **GVP Project**: No ## Statistics - **Stars**: 11 - **Forks**: 1 - **Created**: 2021-12-09 - **Last Updated**: 2024-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: SpringBoot ## README # 该系统基于 二饭管理系统开发 ## 技术选型 | 技术 | 说明 | 官网 | | ----------- | -------------------- | ------------------------------------------------- | | SpringBoot | v2.4.3,容器+MVC框架 | https://spring.io/projects/spring-boot | | MyBatis | v2.1.4,ORM框架 | http://www.mybatis.org/mybatis-3/zh/index.html | | RabbitMQ | 消息队列 | https://www.rabbitmq.com/ | | Redis | NoSql数据库、缓存 | https://redis.io/ | | MySQL | 关系型数据库 | https://www.oracle.com/kr/mysql/ | | Nginx | 静态资源服务器 | https://www.nginx.com/ | | Docker | 应用容器引擎 | [https://www.docker.com](https://www.docker.com/) | | Druid | 数据库连接池 | https://github.com/alibaba/druid | | JWT | JWT登录支持 | https://github.com/jwtk/jjwt | | Lombok | 简化对象封装工具 | https://github.com/rzwitserloot/lombok | | PageHelper | MyBatis物理分页插件 | http://git.oschina.net/free/Mybatis_PageHelper | | Swagger-UI | 文档生成工具 | https://github.com/swagger-api/swagger-ui | | zXing | 谷歌二维码生成技术 | https://github.com/*zxing*/zxing | | EasyCaptcha | Java图形验证码 | https://gitee.com/ele-admin/EasyCaptcha | ## 环境搭建 ### 开发工具 | 工具 | 说明 | | ---------- | ----------------- | | IDEA | 开发IDE | | Workbench | 数据库连接工具 | | FinalShell | Linux远程连接工具 | | RDM | Redis远程工具 | ### 开发环境 | 工具 | 版本 | | ----- | ----- | | JDK | 11 | | MySQL | 8.0.x | | | | ## 系统图 ![image-20211206223512462](http://ww1.sinaimg.cn/large/008cZqs9ly1gx4hqymfrqj31hc0sgdr5.jpg) ## 数据库设计 暂不提供 ## 状态码 | 状态码 | 描述 | 备注 | | ------ | ------------------------------ | -------------- | | 401 | 未登录或登录超时 | 重定向至登录页 | | 500 | 服务器原因为能完成请求 | | | 400 | 请求的参数或方法服务器无法理解 | | | 304 | 其他原因导致未能修改数据 | 请求成功 |