|
|
@@ -1,17 +0,0 @@
|
|
|
-import cn.reghao.oss.store.OssStoreApplication;
|
|
|
-import lombok.extern.slf4j.Slf4j;
|
|
|
-import org.junit.runner.RunWith;
|
|
|
-import org.springframework.boot.test.context.SpringBootTest;
|
|
|
-import org.springframework.test.context.ActiveProfiles;
|
|
|
-import org.springframework.test.context.junit4.SpringRunner;
|
|
|
-
|
|
|
-/**
|
|
|
- * @author reghao
|
|
|
- * @date 2023-03-22 16:19:12
|
|
|
- */
|
|
|
-@Slf4j
|
|
|
-@ActiveProfiles("dev")
|
|
|
-@SpringBootTest(classes = OssStoreApplication.class)
|
|
|
-@RunWith(SpringRunner.class)
|
|
|
-public class MediaFileTest {
|
|
|
-}
|