gc-shop/src/test/java/com/xzx/gc/GcShopApplicationTests.java
@@ -1,13 +1,13 @@ package com.xzx.gc; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class GcShopApplicationTests { @Test void contextLoads() { } } //package com.xzx.gc; // //import org.junit.jupiter.api.Test; //import org.springframework.boot.test.context.SpringBootTest; // //@SpringBootTest //class GcShopApplicationTests { // // @Test // void contextLoads() { // } // //}