Commit 2f5b2992 authored by 王业雄's avatar 王业雄

test

parent f313008e
......@@ -12,10 +12,7 @@ import com.quantgroup.asset.distribution.util.AllRecords;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.validation.BindingResult;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.bind.annotation.*;
import javax.validation.Valid;
import javax.validation.constraints.NotNull;
......@@ -29,6 +26,7 @@ import java.util.List;
@Slf4j
@RestController
@RequestMapping("/channelroute")
@CrossOrigin
public class ChannelRouteController {
@Autowired
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment