18 lines
401 B
Java
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() {
|
|
|
|
}
|
|
|
|
}
|