huanghongfa
2021-04-21 970ed0f8df6a19e4e3dae062c4e2e2232a0b97d0
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.panzhihua.service_community;
 
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
 
@SpringBootTest
class ServiceCommunityApplicationTests {
 
    @Test
    void contextLoads() {
    }
 
}