# 招聘网站 **Repository Path**: gambler_coder/springboot-recruit-public ## Basic Information - **Project Name**: 招聘网站 - **Description**: Spring Boot + Thymeleaf 实现的招聘网站 功能 - 雇主:登录、注册、发布任务、选择中标雇员、评价雇员 - 雇员:登录、注册、查看任务列表、投标任务、收藏任务、完成任务 - 管理员、登录、任务管理、雇主管理、雇员管理 #程序员 #java #毕业设计 #任务发布招聘系统 #springboot #课程设计 #编程 #thymeleaf #mybatis #源代码 #ssm - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-02-22 - **Last Updated**: 2023-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **博客地址:[https://blog.csdn.net/2303_76227485/article/details/128659132](https://blog.csdn.net/2303_76227485/article/details/128659132)** ## 基于Springboot + Thymeleaf 的招聘网站(源代码+数据库) ## 一、系统介绍 - 雇主:登录、注册、发布任务、选择中标雇员、评价雇员 - 雇员:登录、注册、查看任务列表、投标任务、收藏任务、完成任务 - 管理员、登录、任务管理、雇主管理、雇员管理 ## 二、所用技术 后端技术栈: - springboot - mybatis - mysql 前端技术栈: - Thymeleaf ## 三、环境介绍 基础环境 :IDEA/eclipse, JDK 1.8, Mysql5.7及以上,Maven 所有项目以及源代码本人均调试运行无问题 可支持远程调试运行 ## 四、项目截图 ![contents](./picture/picture1.png) ![contents](./picture/picture2.png) ![contents](./picture/picture3.png) ![contents](./picture/picture4.png) ![contents](./picture/picture5.png) ![contents](./picture/picture6.png) ![contents](./picture/picture7.png) ![contents](./picture/picture8.png) ![contents](./picture/picture9.png) ![contents](./picture/picture10.png) ![contents](./picture/picture11.png) ![contents](./picture/picture12.png) ![contents](./picture/picture13.png) ![contents](./picture/picture14.png) ## 五、浏览地址 - 管理员 用户名: Yuu 密码:123456 登录地址:localhost:8080/admin/login - 雇主 用户名: Yuu 密码:123456 登录地址:http://localhost:8118/index - 雇员 用户名: Yuu 密码:123 登录地址:http://localhost:8118/index ## 六、安装教程 1. 使用Navicat或者其它工具,在mysql中创建对应名称的数据库,执行数据库脚本 `sql/recruit.sql` 2. 使用IDEA/Eclipse导入项目,若为maven项目请选择maven;导入成功后请执行maven clean;maven install命令,然后运行; 3. 修改application.yml 里面的数据库配置 4. 启动项目后端项目