This commit is contained in:
zyyang 2021-01-20 16:32:58 +08:00
parent bbf6640d6d
commit e58c3209c1
1 changed files with 0 additions and 3 deletions

View File

@ -1,12 +1,9 @@
package com.taosdata.jdbc.rs;
import com.taosdata.jdbc.TSDBDriver;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import java.sql.*;
import java.util.Properties;
public class AuthenticationTest {