# 基于Vue与SpringBoot的就业服务系统 **Repository Path**: Xuan_945/EmploymentSystem ## Basic Information - **Project Name**: 基于Vue与SpringBoot的就业服务系统 - **Description**: 基于Vue和SpringBoot的就业服务系统(开源模板) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2024-06-20 - **Last Updated**: 2025-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简介 本项目是一个基于Vue3.x和SpringBoot的就业服务系统模板。完成了就业信息的展示、就业信息的管理、简历的展示、简历的管理和简历评价。由于开发时间较短,故本系统仅完成了必要功能,同时为便于扩展开发,项目预留了部分冗余数据和接口。 作者希望将本项目作为一个就业系统的基础模板,方便开发者进行快速高效的扩展开发。 # 项目结构 | 一级文件夹名称 | 内容 | | :------------: | :--: | | Vue/admin | 前端 | | SpringBoot | 后端 | # 安装与启动 ### 开发环境 IDE:Microsoft Visual Studio Code 1.88 调试工具:Chrome 124.0.6367.92、Vue.js devtools 6.6.1、 数据库可视化工具:Navicat Premium 15 前端框架:Vue 3.2.13 前端组件库:Element Plus 后端框架:SpringBoot 3.1.3 数据库:MySQL 8.0.37 前端程序运行环境:Node.js 16.20.0 ### 安装环境 1. 使用git或下载zip([基于Vue与SpringBoot的就业服务系统: 基于Vue和SpringBoot的就业服务系统(开源模板) (gitee.com)](https://gitee.com/Xuan_945/EmploymentSystem)) 2. 环境配置 **前端** ``` cd Vue npm i cd admin npm i ``` **后端** ​ 使用Idea或eclipse安装依赖 ​ **数据库** ​ 数据库结构和数据位于根目录的data.sql中 ### 启动项目 **前端** ``` cd Vue/admin npm run serve ``` 浏览器访问8080端口(localhost:8080) **后端** 使用IDE启动主类 # 项目展示 ![screencapture-localhost-8080-2024-06-21-12_04_44](./pictures/screencapture-localhost-8080-2024-06-21-12_04_44.png) ![screencapture-localhost-8080-2024-06-21-12_04_57](./pictures/screencapture-localhost-8080-2024-06-21-12_04_57.png) ![screencapture-localhost-8080-2024-06-21-12_05_15](./pictures/screencapture-localhost-8080-2024-06-21-12_05_15.png) ![screencapture-localhost-8080-2024-06-21-12_05_23](./pictures/screencapture-localhost-8080-2024-06-21-12_05_23.png) ![screencapture-localhost-8080-2024-06-21-12_05_32](./pictures/screencapture-localhost-8080-2024-06-21-12_05_32.png) ![screencapture-localhost-8080-2024-06-21-12_05_38](./pictures/screencapture-localhost-8080-2024-06-21-12_05_38.png) ![screencapture-localhost-8080-2024-06-21-12_05_57](./pictures/screencapture-localhost-8080-2024-06-21-12_05_57.png) ![screencapture-localhost-8080-2024-06-21-12_06_06](./pictures/screencapture-localhost-8080-2024-06-21-12_06_06.png) ![screencapture-localhost-8080-2024-06-21-12_06_15](./pictures/screencapture-localhost-8080-2024-06-21-12_06_15.png) ![screencapture-localhost-8080-2024-06-21-12_06_29](./pictures/screencapture-localhost-8080-2024-06-21-12_06_29.png)