vx更新
This commit is contained in:
parent
bc2b20e77c
commit
9111c2cbdf
|
@ -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;
|
||||
|
|
@ -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")
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue