yanghui
2022-11-11 ad2201f809f45cbbe2e63a829e4c93a9c7b7f67c
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() {}
}