畢業(yè)設(shè)計(jì):基于Springboot實(shí)現(xiàn)求職招聘,校園招聘系統(tǒng)
?作者主頁:
?簡(jiǎn)介:Java領(lǐng)域優(yōu)質(zhì)創(chuàng)作者、CSDN博客專家? Java項(xiàng)目、簡(jiǎn)歷模板、學(xué)習(xí)資料、面試題庫、技術(shù)互助
文末獲取源碼
目錄
一、項(xiàng)目概述.............................................................................................................. 3
二、需求分析.............................................................................................................. 3
2.1 功能需求............................................................................................................... 3
2.2 性能需求............................................................................................................. 10
三、數(shù)據(jù)庫設(shè)計(jì)........................................................................................................ 10
3.1 實(shí)體關(guān)系圖......................................................................................................... 10
3.2 數(shù)據(jù)庫表設(shè)計(jì)...................................................................................................... 10
四、詳細(xì)設(shè)計(jì)............................................................................................................ 10
4.1 登錄設(shè)計(jì)............................................................................................................. 10
4.2 訂單管理............................................................................................................. 11
五、系統(tǒng)界面............................................................................................................ 11
5.1相關(guān)界面.............................................................................................................. 11
六、心得體會(huì)............................................................................................................ 12
一,項(xiàng)目概述:
? ?本項(xiàng)目基于Springboot 開發(fā)實(shí)現(xiàn)了一個(gè)求職招聘網(wǎng)站,系統(tǒng)分為前端求職招聘和后臺(tái)數(shù)據(jù)管理后臺(tái)。主要分為四個(gè)角以:管理員,求職者,公司管理員,公司HR,不同的角色進(jìn)入系統(tǒng)有不同的功能操作。用戶身份可以在后臺(tái)管理設(shè)定。系統(tǒng)功能完整,界面美觀大方,適合做畢業(yè)設(shè)計(jì)使用。
運(yùn)行環(huán)境:
開發(fā)工具:IDEA或ECLIPSE
數(shù)據(jù)庫:MYSQL+REDIS
開發(fā)技術(shù):Springboot+mybatis+mybatisPlus+shiro
前端開發(fā):AJAX+Jquery+layui
2.1 功能需求
2.1.1 系統(tǒng)劃分

2.1.1.1 用戶角色劃分
求職者
登錄本網(wǎng)站的一種用戶,可以檢索并查看網(wǎng)站入駐的公司及其發(fā)布的崗位信息,創(chuàng)建自己的簡(jiǎn)歷,與招聘者進(jìn)行聯(lián)系。
應(yīng)聘者
?????? 2.1、HR
????????????? 公司下的某一個(gè)HR,可以發(fā)布新崗位和取消自己發(fā)布的崗位招聘
?????? 2.2、公司管理員
????????????? 公司管理員,填寫公司相關(guān)信息入駐網(wǎng)站后成為該角色,可以管理本公司發(fā)布的所有崗位,以及管理所有員工
3、管理員
可以查看站內(nèi)相關(guān)數(shù)據(jù),對(duì)私信、系統(tǒng)、設(shè)置進(jìn)行管理。
2.1.1.2 前臺(tái)服務(wù)的用例圖及說明
招聘者功能

查看個(gè)人信息:查看自己賬號(hào)的基本信息及修改
修改密碼:修改自己賬號(hào)的登錄密碼
私信:與求職者私信
公司入駐:如果是第一次登錄該網(wǎng)站,用戶可以輸入公司信息,進(jìn)行入駐網(wǎng)站,隨后可發(fā)布崗位
崗位管理:對(duì)崗位進(jìn)行發(fā)布、取消、編輯等操作
員工管理:權(quán)限允許的前提下,管理自己公司內(nèi)所有的hr
HR信息:查看自己的基本信息
求職者功能:
查看個(gè)人信息:查看自己賬號(hào)的基本信息及修改
修改密碼:修改自己賬號(hào)的登錄密碼
私信:對(duì)感興趣崗位的HR進(jìn)行聯(lián)系
個(gè)人簡(jiǎn)歷:創(chuàng)建自己的簡(jiǎn)歷,供HR查看
搜索崗位:搜索自己感興趣的崗位
搜索公司:搜索自己感興趣的公司
2.1.1.3 管理員后臺(tái)用例圖

查看個(gè)人信息:查看自己賬號(hào)的基本信息及修改
修改密碼:修改自己賬號(hào)的登錄密碼
公司管理:管理站內(nèi)所有入駐的公司
用戶管理:管理站內(nèi)所有用戶
崗位管理:管理站內(nèi)所有崗位
簡(jiǎn)歷管理:管理站內(nèi)所有簡(jiǎn)歷
數(shù)據(jù)字典:管理站內(nèi)數(shù)據(jù)字典
私信管理:查看所有用戶的聊天關(guān)系、聊天記錄等
三、數(shù)據(jù)庫設(shè)計(jì)
3.1 實(shí)體關(guān)系圖

表結(jié)構(gòu)暫略
五、系統(tǒng)界面
?首頁:

2.登錄界面:

?3.注冊(cè)界面

?4.崗位查看搜索

?5.公司查看界面

6.HR管理界面

?7.崗位管理界面

?8.員工管理

9.個(gè)人簡(jiǎn)歷

10.管理員后臺(tái)管理

?系統(tǒng)部分核心代碼:
package com.iurac.recruit.controller;import cn.hutool.core.date.DateUtil;import cn.hutool.core.util.IdUtil;import cn.hutool.core.util.ObjectUtil;import cn.hutool.core.util.ReUtil;import cn.hutool.core.util.StrUtil;import com.iurac.recruit.entity.Job;import com.iurac.recruit.entity.User;import com.iurac.recruit.exception.ManageException;import com.iurac.recruit.security.RedisCacheManager;import com.iurac.recruit.service.UserService;import com.iurac.recruit.util.ImageUtil;import com.iurac.recruit.util.Result;import com.iurac.recruit.util.SaltUtil;import com.iurac.recruit.util.TableResult;import com.iurac.recruit.vo.PageResultVo;import com.sun.org.apache.regexp.internal.RE;import com.sun.org.apache.xpath.internal.operations.Mult;import org.apache.shiro.SecurityUtils;import org.apache.shiro.authc.IncorrectCredentialsException;import org.apache.shiro.authc.UnknownAccountException;import org.apache.shiro.authc.UsernamePasswordToken;import org.apache.shiro.authz.annotation.RequiresRoles;import org.apache.shiro.crypto.hash.Md5Hash;import org.apache.shiro.subject.Subject;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.stereotype.Controller;import org.springframework.ui.Model;import org.springframework.web.bind.annotation.*;import org.springframework.web.multipart.MultipartFile;import javax.servlet.http.HttpSession;import java.io.IOException;import java.util.Objects;public class UserController { ? ?
? ?private RedisCacheManager redisCacheManager; ? ?
? ?private UserService userService; ? ?
? ?public String toIndex(Model model){ ? ? ? ?User user = (User) SecurityUtils.getSubject().getPrincipal(); ? ? ? ?if(ObjectUtil.isNotNull(user)){
? ? ? ? ? ?model.addAttribute("userInfo",user);
? ? ? ?} ? ? ? ?return "index";
? ?} ? ?
? ?public String toLogin(){ ? ? ? ?return "login";
? ?} ? ?
? ?public String toRegister(){ ? ? ? ?return "register";
? ?} ? ?
? ?
? ?public Result login(String username, String password, String code, HttpSession session) { ? ? ? ?String codes = (String) session.getAttribute("KAPTCHA_SESSION_KEY"); ? ? ? ?if (StrUtil.hasBlank(codes)) { ? ? ? ? ? ?throw new RuntimeException("驗(yàn)證碼已超時(shí)!");
? ? ? ?} ? ? ? ?String msg = ""; ? ? ? ?try { ? ? ? ? ? ?if (codes.equalsIgnoreCase(code)){ ? ? ? ? ? ? ? ?//獲取主體對(duì)象
? ? ? ? ? ? ? ?Subject subject = SecurityUtils.getSubject();
? ? ? ? ? ? ? ?subject.login(new UsernamePasswordToken(username, password)); ? ? ? ? ? ? ? ?return Result.succ("登錄成功");
? ? ? ? ? ?}else{ ? ? ? ? ? ? ? ?throw new RuntimeException("驗(yàn)證碼錯(cuò)誤!");
? ? ? ? ? ?}
? ? ? ?} catch (UnknownAccountException e) {
? ? ? ? ? ?e.printStackTrace();
? ? ? ? ? ?msg="用戶名錯(cuò)誤!";
? ? ? ?} catch (IncorrectCredentialsException e) {
? ? ? ? ? ?e.printStackTrace();
? ? ? ? ? ?msg="密碼錯(cuò)誤!";
? ? ? ?}catch (Exception e){
? ? ? ? ? ?e.printStackTrace();
? ? ? ? ? ?msg=e.getMessage();
? ? ? ?} ? ? ? ?return Result.fail(msg);
? ?} ? ?
? ?public String logout() { ? ? ? ?Subject subject = SecurityUtils.getSubject();
? ? ? ?subject.logout(); ? ? ? ?return "login";
? ?} ? ?
? ?
? ?public Result register(User user, String role)throws Exception {
? ? ? ?user.setImg("default.png");
? ? ? ?userService.register(user,role); ? ? ? ?return Result.succ("操作成功");
? ?} ? ?
? ?
? ?public Result updateUserInfo( String phone, ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? String email, ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? MultipartFile file)throws Exception { ? ? ? ?User user = (User) SecurityUtils.getSubject().getPrincipal();
? ? ? ?redisCacheManager.getCache("authenticationCacheName").remove(user); ? ? ? ?if(!StrUtil.hasBlank(phone)){ ? ? ? ? ? ?if(ReUtil.isMatch("(13\\d|14[579]|15[^4\\D]|17[^49\\D]|18\\d)\\d{8}", phone)) {
? ? ? ? ? ? ? ?user.setPhone(phone);
? ? ? ? ? ?}else { ? ? ? ? ? ? ? ?return Result.fail("請(qǐng)輸入正確的手機(jī)號(hào)");
? ? ? ? ? ?}
? ? ? ?} ? ? ? ?if(!StrUtil.hasBlank(email)){ ? ? ? ? ? ?if(ReUtil.isMatch("\\w[-\\w.+]*@([A-Za-z0-9][-A-Za-z0-9]+\\.)+[A-Za-z]{2,14}", email)){
? ? ? ? ? ? ? ?user.setEmail(email);
? ? ? ? ? ?}else { ? ? ? ? ? ? ? ?return Result.fail("請(qǐng)輸入正確的郵箱地址");
? ? ? ? ? ?}
? ? ? ?} ? ? ? ?if(ObjectUtil.isNotNull(file) && !file.isEmpty()){ ? ? ? ? ? ?String originalFileName = file.getOriginalFilename(); ? ? ? ? ? ?String imgName = user.getImg().equals("default.png")?ImageUtil.getFileName(originalFileName.substring(originalFileName.lastIndexOf("."))): user.getImg();
? ? ? ? ? ?user.setImg(imgName);
? ? ? ? ? ?ImageUtil.saveImage(file,user.getImg(),"userIcon");
? ? ? ?} ? ? ? ?if(!userService.updateById(user)){ ? ? ? ? ? ?return Result.fail("系統(tǒng)錯(cuò)誤");
? ? ? ?}
? ? ? ?redisCacheManager.getCache("authenticationCacheName").put(user.getUsername(),user); ? ? ? ?return Result.succ("操作成功");
? ?} ? ?
? ?
? ?public Result updateUserInfo( String password)throws Exception { ? ? ? ?User user = (User) SecurityUtils.getSubject().getPrincipal(); ? ? ? ?if(ReUtil.isMatch("[\\S]{6,12}", password)) { ? ? ? ? ? ?Md5Hash md5Hash = new Md5Hash(password,user.getSalt(),1024); ? ? ? ? ? ?if(md5Hash.toHex().equals(user.getPassword())){ ? ? ? ? ? ? ? ?return Result.fail("請(qǐng)輸入新密碼");
? ? ? ? ? ?}
? ? ? ? ? ?redisCacheManager.getCache("authorizationCacheName").remove(user.toString());
? ? ? ? ? ?redisCacheManager.getCache("authenticationCacheName").remove(user);
? ? ? ? ? ?user.setPassword(md5Hash.toHex());
? ? ? ? ? ?System.out.println(user.getPassword());
? ? ? ?}else { ? ? ? ? ? ?return Result.fail("密碼必須6到12位,且不能出現(xiàn)空格");
? ? ? ?} ? ? ? ?if(!userService.updateById(user)){ ? ? ? ? ? ?return Result.fail("系統(tǒng)錯(cuò)誤");
? ? ? ?}
? ? ? ?redisCacheManager.getCache("authenticationCacheName").put(user.getUsername(),user); ? ? ? ?return Result.succ("操作成功");
? ?} ? ?
? ?
? ?
? ?public TableResult<User> getByCondition({
? ? ? ?PageResultVo<User> pageResultVo = userService.getByCondition(page,limit,username,role,locked,startDate,endDate); ? ? ? ? Long page, Long limit, ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? String username, String role, ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? String startDate, String endDate, ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? String locked)return new TableResult(0,"",pageResultVo.getTotal(),pageResultVo.getRecords());
? ?} ? ?
? ?
? ?
? ?public Result saveUser( String username, String[] role, ? ? ? ? ? ? ? ? ? ? ? ? ? ? String password, MultipartFile file, ? ? ? ? ? ? ? ? ? ? ? ? ? ? String phone, String email)throws IOException, ManageException { ? ? ? ?if(StrUtil.hasEmpty(username,password,phone,email) || role.length<=0){ ? ? ? ? ? ?return Result.fail("請(qǐng)輸入完整信息,避免輸入空格");
? ? ? ?} ? ? ? ?if(!ReUtil.isMatch("[\\S]{6,12}", password)) { ? ? ? ? ? ?return Result.fail("密碼必須6到12位,且不能出現(xiàn)空格");
? ? ? ?} ? ? ? ?if(!ReUtil.isMatch("(13\\d|14[579]|15[^4\\D]|17[^49\\D]|18\\d)\\d{8}", phone)) { ? ? ? ? ? ?return Result.fail("請(qǐng)輸入正確的手機(jī)號(hào)");
? ? ? ?} ? ? ? ?if(!ReUtil.isMatch("\\w[-\\w.+]*@([A-Za-z0-9][-A-Za-z0-9]+\\.)+[A-Za-z]{2,14}", email)){ ? ? ? ? ? ?return Result.fail("請(qǐng)輸入正確的郵箱地址");
? ? ? ?} ? ? ? ?User user = new User();
? ? ? ?user.setId(IdUtil.simpleUUID());
? ? ? ?user.setUsername(username);
? ? ? ?user.setCreateTime(DateUtil.now());
? ? ? ?user.setSalt(SaltUtil.getSalt(8)); ? ? ? ?Md5Hash md5Hash = new Md5Hash(password, user.getSalt(), 1024);
? ? ? ?user.setPassword(md5Hash.toHex());
? ? ? ?user.setLocked("0");
? ? ? ?user.setPhone(phone);
? ? ? ?user.setEmail(email); ? ? ? ?if(ObjectUtil.isNotNull(file) && !file.isEmpty()){ ? ? ? ? ? ?String originalFileName = file.getOriginalFilename();
? ? ? ? ? ?user.setImg(ImageUtil.getFileName(originalFileName.substring(originalFileName.lastIndexOf("."))));
? ? ? ? ? ?ImageUtil.saveImage(file,user.getImg(),"userIcon");
? ? ? ?}else {
? ? ? ? ? ?user.setImg("default.png");
? ? ? ?}
? ? ? ?userService.saveUser(user,role); ? ? ? ?return Result.succ("操作成功");
? ?} ? ?
? ?
? ?
? ?public Result updateUser( String id, String[] role, ? ? ? ? ? ? ? ? ? ? ? ? ? ? String password, MultipartFile file, ? ? ? ? ? ? ? ? ? ? ? ? ? ? String phone, String email)throws IOException, ManageException { ? ? ? ?if(StrUtil.hasEmpty(password,phone,email) || role.length<=0){ ? ? ? ? ? ?return Result.fail("請(qǐng)輸入完整信息,避免輸入空格");
? ? ? ?} ? ? ? ?if(!ReUtil.isMatch("[\\S]{6,12}", password)) { ? ? ? ? ? ?return Result.fail("密碼必須6到12位,且不能出現(xiàn)空格");
? ? ? ?} ? ? ? ?if(!ReUtil.isMatch("(13\\d|14[579]|15[^4\\D]|17[^49\\D]|18\\d)\\d{8}", phone)) { ? ? ? ? ? ?return Result.fail("請(qǐng)輸入正確的手機(jī)號(hào)");
? ? ? ?} ? ? ? ?if(!ReUtil.isMatch("\\w[-\\w.+]*@([A-Za-z0-9][-A-Za-z0-9]+\\.)+[A-Za-z]{2,14}", email)){ ? ? ? ? ? ?return Result.fail("請(qǐng)輸入正確的郵箱地址");
? ? ? ?} ? ? ? ?User user = userService.getById(id);
? ? ? ?redisCacheManager.getCache("authorizationCacheName").remove(user.toString());
? ? ? ?redisCacheManager.getCache("authenticationCacheName").remove(user);
? ? ? ?user.setSalt(SaltUtil.getSalt(8)); ? ? ? ?Md5Hash md5Hash = new Md5Hash(password, user.getSalt(), 1024);
? ? ? ?user.setPassword(md5Hash.toHex());
? ? ? ?user.setPhone(phone);
? ? ? ?user.setEmail(email); ? ? ? ?if(ObjectUtil.isNotNull(file) && !file.isEmpty()){ ? ? ? ? ? ?String originalFileName = file.getOriginalFilename();
? ? ? ? ? ?user.setImg(ImageUtil.getFileName(originalFileName.substring(originalFileName.lastIndexOf("."))));
? ? ? ? ? ?ImageUtil.saveImage(file,user.getImg(),"userIcon");
? ? ? ?}
? ? ? ?userService.updateUser(user,role); ? ? ? ?return Result.succ("操作成功");
? ?} ? ?
? ?
? ?
? ?public Result deleteUser( String id)throws ?ManageException {
? ? ? ?userService.deleteUser(id); ? ? ? ?return Result.succ("操作成功");
? ?} ? ?
? ?
? ?
? ?public Result lockUser( String id)throws ?ManageException { ? ? ? ?User user = userService.getById(id);
? ? ? ?user.setLocked("1".equals(user.getLocked())?"0":"1");
? ? ? ?userService.updateById(user); ? ? ? ?return Result.succ("操作成功");
? ?}
}
package com.iurac.recruit.controller;import cn.hutool.core.util.IdUtil;import cn.hutool.core.util.ObjectUtil;import cn.hutool.core.util.ReUtil;import cn.hutool.core.util.StrUtil;import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;import com.iurac.recruit.entity.Company;import com.iurac.recruit.entity.Resume;import com.iurac.recruit.entity.User;import com.iurac.recruit.exception.ManageException;import com.iurac.recruit.service.ResumeService;import com.iurac.recruit.util.ImageUtil;import com.iurac.recruit.util.Result;import com.iurac.recruit.util.TableResult;import com.iurac.recruit.vo.PageResultVo;import org.apache.shiro.SecurityUtils;import org.apache.shiro.authz.annotation.RequiresRoles;import org.apache.shiro.authz.annotation.RequiresUser;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.ui.Model;import org.springframework.web.bind.annotation.*;import org.springframework.stereotype.Controller;import org.springframework.web.multipart.MultipartFile;import java.io.IOException;/**
* <p>
* ?前端控制器
* </p>
*
* @author iurac
* @since 2021-06-03
*/public class ResumeController { ? ?
? ?private ResumeService resumeService; ? ?
? ?
? ?public Result saveOrUpdate(Resume resume, ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? MultipartFile file)throws Exception { ? ? ? ?if(StrUtil.hasBlank(resume.getName(),resume.getTechnology(),resume.getSalary(), resume.getMajor(),resume.getJob(),
? ? ? ? ? ? ? ?resume.getIntroduction(),resume.getExperience(),resume.getCollege(),resume.getBirth(),resume.getEducation(),
? ? ? ? ? ? ? ?resume.getPolitical(),resume.getMarriage(),resume.getSex())){ ? ? ? ? ? ?return Result.fail("請(qǐng)輸入完成信息,避免輸入空格");
? ? ? ?} ? ? ? ?if(!ReUtil.isMatch("(13\\d|14[579]|15[^4\\D]|17[^49\\D]|18\\d)\\d{8}", resume.getPhone())) { ? ? ? ? ? ?return Result.fail("請(qǐng)輸入正確的手機(jī)號(hào)");
? ? ? ?} ? ? ? ?if(!ReUtil.isMatch("\\w[-\\w.+]*@([A-Za-z0-9][-A-Za-z0-9]+\\.)+[A-Za-z]{2,14}", resume.getEmail())){ ? ? ? ? ? ?return Result.fail("請(qǐng)輸入正確的郵箱地址");
? ? ? ?} ? ? ? ?User user = (User) SecurityUtils.getSubject().getPrincipal();
? ? ? ?resume.setUserId(user.getId());
? ? ? ?QueryWrapper<Resume> queryWrapper = new QueryWrapper<>();
? ? ? ?queryWrapper.eq("user_id",user.getId()); ? ? ? ?Resume exitedResume = resumeService.getOne(queryWrapper);
? ? ? ?resume.setPhoto("default.png"); ? ? ? ?boolean isUpdate = true; ? ? ? ?if(ObjectUtil.isNull(exitedResume)){//判斷是新增還是更新
? ? ? ? ? ?resume.setId(IdUtil.simpleUUID());
? ? ? ? ? ?isUpdate = false;
? ? ? ?}else {
? ? ? ? ? ?resume.setId(exitedResume.getId());
? ? ? ? ? ?resume.setPhoto(exitedResume.getPhoto());
? ? ? ?} ? ? ? ?if(ObjectUtil.isNotNull(file) && !file.isEmpty()){ ? ? ? ? ? ?String originalFileName = file.getOriginalFilename(); ? ? ? ? ? ?String photoName = resume.getPhoto().equals("default.png")?ImageUtil.getFileName(originalFileName.substring(originalFileName.lastIndexOf("."))): resume.getPhoto();
? ? ? ? ? ?resume.setPhoto(photoName);
? ? ? ? ? ?ImageUtil.saveImage(file,resume.getPhoto(),"photo");
? ? ? ?} ? ? ? ?boolean flag = isUpdate?resumeService.updateById(resume):resumeService.save(resume); ? ? ? ?if(flag){ ? ? ? ? ? ?return Result.succ("操作成功");
? ? ? ?}else { ? ? ? ? ? ?return Result.fail("系統(tǒng)錯(cuò)誤");
? ? ? ?}
? ?} ? ?
? ?
? ?
? ?public TableResult<Resume> getByCondition({
? ? ? ?PageResultVo<Resume> pageResultVo = resumeService.getByCondition(page,limit,username); ? ? ? ? Long page, Long limit, ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? String username)return new TableResult(0,"",pageResultVo.getTotal(),pageResultVo.getRecords());
? ?} ? ?
? ?
? ?
? ?public Result updateResume( String id, MultipartFile file,
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Resume resume)throws IOException { ? ? ? ?if(StrUtil.hasEmpty(resume.getSex(),resume.getMarriage(),resume.getPolitical(),resume.getEducation(),
? ? ? ? ? ? ? ?resume.getEmail(),resume.getAge(),resume.getPhone(),resume.getName(),resume.getExperience(),
? ? ? ? ? ? ? ?resume.getTechnology(),resume.getSalary(),resume.getMajor(),resume.getIntroduction(),resume.getCollege(),
? ? ? ? ? ? ? ?resume.getBirth(),resume.getJob())){ ? ? ? ? ? ?return Result.fail("請(qǐng)輸入完整信息,避免輸入空格");
? ? ? ?} ? ? ? ?Resume exitedResume = resumeService.getById(id);
? ? ? ?resume.setId(id);
? ? ? ?resume.setUserId(exitedResume.getUserId());
? ? ? ?resume.setPhoto(exitedResume.getPhoto()); ? ? ? ?if(ObjectUtil.isNotNull(file) && !file.isEmpty()){ ? ? ? ? ? ?String originalFileName = file.getOriginalFilename();
? ? ? ? ? ?resume.setPhoto(ImageUtil.getFileName(originalFileName.substring(originalFileName.lastIndexOf("."))));
? ? ? ? ? ?ImageUtil.saveImage(file,resume.getPhoto(),"companyIcon");
? ? ? ?} ? ? ? ?return resumeService.updateById(resume)?Result.succ("操作成功"):Result.fail("操作失敗");
? ?} ? ?
? ?
? ?
? ?public Result deleteResume( {
? ? ? ?resumeService.removeById(id); ? ? ? ? String id)return Result.succ("操作成功");
? ?} ? ?/**
? ? *
? ? * @param id ?用戶ID
? ? * @param model
? ? * @return
? ? */
? ?
? ?
? ?public String detail( { ? ? ? ? String id, Model model)Resume resume = resumeService.getByUserId(id);
? ? ? ?model.addAttribute("resumeInfo",resume); ? ? ? ?return "service/detail_resume";
? ?}
}