编写数据请求代码:
controller层:
@Api(tags = "测试接口")
@ApiSort(value = 4)
@RestController
@RequestMapping
@Slf4j
public class TestController {
@Autowired
private ZrFsElesService zrFsElesService;
@GetMapping("/test")
@ApiOperation(value = "测试echarts画图", httpMethod = "GET")
public Result first(){
return zrFsElesService.queryDataHistoryList("1", "2023-01-01 00:00:00", "2024-03-01 00:00:00");
}
}
实现层 略
在resource文件夹下创建static
编写html文件
<!doctype html>
<html lang