|
@@ -4,9 +4,9 @@ package com.kede.common.controller;
|
|
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
import javax.annotation.Resource;
|
|
|
|
|
|
|
|
-import org.springframework.data.convert.ReadingConverter;
|
|
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestMethod;
|
|
import org.springframework.web.bind.annotation.RequestMethod;
|
|
|
|
|
+import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
|
|
import com.kede.banners.service.BannersService;
|
|
import com.kede.banners.service.BannersService;
|
|
|
import com.kede.common.bo.Result;
|
|
import com.kede.common.bo.Result;
|
|
@@ -20,7 +20,7 @@ import com.kede.recruitment.bo.InputRecruitment;
|
|
|
import com.kede.recruitment.service.RecruitmentService;
|
|
import com.kede.recruitment.service.RecruitmentService;
|
|
|
|
|
|
|
|
|
|
|
|
|
-@ReadingConverter
|
|
|
|
|
|
|
+@RestController
|
|
|
@RequestMapping(value = "/open")
|
|
@RequestMapping(value = "/open")
|
|
|
public class publicApiController extends BaseController {
|
|
public class publicApiController extends BaseController {
|
|
|
|
|
|