Echo/src/test/java/com/greate/community/CommunityApplicationTests.java
2021-01-17 11:14:50 +08:00

18 lines
401 B
Java

package com.greate.community;
import com.greate.community.dao.DiscussPostMapper;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.ContextConfiguration;
@SpringBootTest
class CommunityApplicationTests {
@Test
void contextLoads() {
}
}