tangxiaobao
2021-09-09 7b7c169b96b5d49cd4fca66e5efe4a8f85239b51
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() {}
}