This commit is contained in:
Unique-Jerry 2023-11-27 20:01:28 +08:00
parent bc2b20e77c
commit 9111c2cbdf
3 changed files with 11 additions and 5 deletions

View File

@ -12,8 +12,8 @@ import java.util.List;
import java.util.Map;
@RestController
@RequestMapping("/vx")
public class VxController {
@RequestMapping("/vxUser")
public class VxUserController {
@Autowired
private ResumeService resumeService;

View File

@ -26,6 +26,12 @@ public class InterviewSetting extends BaseEntity {
private Integer professional;
@ApiModelProperty("综合面试题库")
private Integer comprehensive;
@ApiModelProperty("公司介绍promote")
private String companyPromote;
@ApiModelProperty("系统promote")
private String SystemPromote;
@ApiModelProperty("面试题目")
private String questions;
@ApiModelProperty("心理测试题库")
private Integer psychology;
@ApiModelProperty("岗位promote")

View File

@ -3,9 +3,9 @@ server:
spring:
datasource:
url: jdbc:mysql://101.43.255.47:3306/ai_interviewer?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai
username: Jerry
password: 2002811
url: jdbc:mysql://117.88.94.226:3306/ai_interviewer?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai
username: root
password: Jerry
jackson:
default-property-inclusion: non_null