zhijiezhao 2 vuotta sitten
vanhempi
commit
fffb1d6c7f

+ 1 - 0
src/main/resources/static/baidu_verify_codeva-Nqr5LP4Ly4.html

@@ -0,0 +1 @@
+bcf9295d15e482f1990ee42f26eb1ac1

+ 0 - 16
src/test/java/com/caimei/www/service/page/ArticleServiceTest.java

@@ -1,16 +0,0 @@
-package com.caimei.www.service.page;
-
-import org.junit.jupiter.api.Test;
-import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.boot.test.context.SpringBootTest;
-
-import static org.junit.jupiter.api.Assertions.*;
-@SpringBootTest
-class ArticleServiceTest {
-    @Autowired
-    ArticleService articleService;
-    @Test
-    void getInfoById() {
-        System.out.println(articleService.getInfoById(6606).toString());
-    }
-}