Skip to content

Commit

Permalink
1、测试RedisMapper;
Browse files Browse the repository at this point in the history
  • Loading branch information
storezhang committed Dec 13, 2016
1 parent 7ffbfc4 commit 3af0048
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 33 deletions.
55 changes: 25 additions & 30 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@

import com.ruijc.mybatis.mapper.IUserMapper;
import org.junit.Assert;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.data.redis.repository.configuration.EnableRedisRepositories;
import org.springframework.test.context.junit4.SpringRunner;
import redis.embedded.RedisServer;

@RunWith(SpringRunner.class)
@SpringBootTest(classes = MybatisTest.class)
Expand Down

0 comments on commit 3af0048

Please sign in to comment.