Skip to content

Commit

Permalink
add mybatis-redis-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
haiji.yang committed May 12, 2020
1 parent 9492bd4 commit 2662222
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ private String genContent() {
.append(lineSeparator);
content.append("<mapper namespace=\"").append(mapperFile.getClassQuaName())
.append("\">").append(lineSeparator);

content.append("<cache type=\"com.javayh.mybatis.cache.RedisCache\"/>").append(lineSeparator);
// 写入共有列sql
content.append(lineSeparator);
content.append("\t")
Expand Down

0 comments on commit 2662222

Please sign in to comment.