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