1
This commit is contained in:
@@ -7,17 +7,20 @@ import org.springframework.boot.test.context.SpringBootTest;
|
|||||||
import com.cym.CdnWebUI;
|
import com.cym.CdnWebUI;
|
||||||
import com.cym.utils.JpaHelper;
|
import com.cym.utils.JpaHelper;
|
||||||
|
|
||||||
|
import cn.hutool.crypto.SecureUtil;
|
||||||
|
|
||||||
@SpringBootTest(classes = CdnWebUI.class, webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
|
@SpringBootTest(classes = CdnWebUI.class, webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
|
||||||
public class MainTest {
|
public class MainTest {
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
JpaHelper jpaHelper;
|
JpaHelper jpaHelper;
|
||||||
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void test() throws Exception {
|
public void test() throws Exception {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static void main(String[] args) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user