Skip to content

Commit a71f030

Browse files
author
zhangrongfan
committed
2.1.0 PRE-RELEASE
1 parent a00b911 commit a71f030

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mybatis-boost-test/src/test/java/cn/mybatisboost/test/NosqlTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
package cn.mybatisboost.test;
22

3-
import cn.mybatisboost.core.GenericMapper;
43
import org.junit.After;
54
import org.junit.Before;
65
import org.junit.Test;
76
import org.junit.runner.RunWith;
87
import org.springframework.beans.factory.annotation.Autowired;
9-
import org.springframework.boot.autoconfigure.SpringBootApplication;
10-
import org.springframework.boot.test.context.SpringBootTest;
118
import org.springframework.jdbc.core.JdbcTemplate;
129
import org.springframework.test.context.junit4.SpringRunner;
1310

@@ -16,8 +13,6 @@
1613
import static org.junit.Assert.assertEquals;
1714

1815
@RunWith(SpringRunner.class)
19-
@SpringBootApplication
20-
@SpringBootTest(classes = GenericMapper.class)
2116
public class NosqlTest {
2217

2318
@Autowired

0 commit comments

Comments
 (0)