File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
mybatis-boost-test/src/test/java/cn/mybatisboost/test Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 11package cn .mybatisboost .test ;
22
3- import cn .mybatisboost .core .GenericMapper ;
43import org .junit .After ;
54import org .junit .Before ;
65import org .junit .Test ;
76import org .junit .runner .RunWith ;
87import org .springframework .beans .factory .annotation .Autowired ;
9- import org .springframework .boot .autoconfigure .SpringBootApplication ;
10- import org .springframework .boot .test .context .SpringBootTest ;
118import org .springframework .jdbc .core .JdbcTemplate ;
129import org .springframework .test .context .junit4 .SpringRunner ;
1310
1613import static org .junit .Assert .assertEquals ;
1714
1815@ RunWith (SpringRunner .class )
19- @ SpringBootApplication
20- @ SpringBootTest (classes = GenericMapper .class )
2116public class NosqlTest {
2217
2318 @ Autowired
You can’t perform that action at this time.
0 commit comments