101captain
2022-06-08 60d68e10c679818c0c747372a6b24f83d34e14f7
springcloud_k8s_panzhihuazhihuishequ/service_user/src/test/java/com/panzhihua/service_user/ServiceUserApplicationTests.java
New file
@@ -0,0 +1,12 @@
package com.panzhihua.service_user;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class ServiceUserApplicationTests {
    @Test
    void contextLoads() {}
}