00a7103d创建于 2023年6月12日历史提交
/*
 * 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());

	}

}