|
@@ -12,10 +12,11 @@ import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.stereotype.Controller;
|
|
import org.springframework.stereotype.Controller;
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
+import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
import java.util.List;
|
|
import java.util.List;
|
|
|
|
|
|
-@Controller
|
|
|
|
|
|
+@RestController
|
|
@RequestMapping("/alarm")
|
|
@RequestMapping("/alarm")
|
|
@Api(value = "预警", tags = "预警")
|
|
@Api(value = "预警", tags = "预警")
|
|
public class AlarmTsController {
|
|
public class AlarmTsController {
|