puzhibing
2023-06-05 34d15725d851f06f22cfe7e36358d1f252a7bdee
user/guns-admin/src/test/java/com/supersavedriving/user/GunsApplicationTest.java
@@ -1,20 +1,20 @@
package com.supersavedriving.user;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
/**
 * @author zhibing.pu
 * @date 2023/5/29 10:20
 */
@RunWith(SpringRunner.class)
@SpringBootTest
public class GunsApplicationTest {
//    public void
}
//package com.supersavedriving.user;
//
//import org.junit.runner.RunWith;
//import org.springframework.boot.test.context.SpringBootTest;
//import org.springframework.test.context.junit4.SpringRunner;
//
///**
// * @author zhibing.pu
// * @date 2023/5/29 10:20
// */
//@RunWith(SpringRunner.class)
//@SpringBootTest
//public class GunsApplicationTest {
//
//
////    public void
//
//
//
//}