This commit is contained in:
Looly 2021-09-18 00:30:31 +08:00
parent 37ffc8b20d
commit 35a33a1170
2 changed files with 7 additions and 1 deletions

View File

@ -170,5 +170,11 @@
<version>1.4.200</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ru.yandex.clickhouse</groupId>
<artifactId>clickhouse-jdbc</artifactId>
<version>0.3.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

View File

@ -18,7 +18,7 @@ import java.util.List;
/**
* 数据源单元测试
*
*
* @author Looly
*
*/