101captain
2021-12-29 018af6bed3da8be2e7b846aa3e654f16f8f71654
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() {}
}