/*
* Copyright (c) GBA-NCTI-ISDC. 2022-2023. All rights reserved.
*/
package com.nctigba.datastudio;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class DataStudioPluginApplicationTest {
// @Autowired
// SlowLogMapper slowLogMapper;
@Test
void contextLoads() {
// List a = slowLogMapper.slowLogtTotalList("postgres","2022-09-19 15:10:12.080 +0800","2022-09-19 15:10:12.080 +0800");
// System.out.println(slowLogMapper.slowLogtTotalList("postgres",
// "2022-09-19 15:10:12.080 +0800",
// "2022-09-19 15:10:12.080 +0800"));
// System.out.println(slowLogMapper.slowLogtTrendList1());
}
}