未验证 提交 1ae88c0c 编写于 作者: shuzheng5201314's avatar shuzheng5201314 提交者: GitHub

Merge pull request #111 from donaldjohn/master

修复ehcache 依赖冲突
......@@ -156,6 +156,12 @@
<groupId>org.mybatis</groupId>
<artifactId>mybatis-ehcache</artifactId>
<version>${mybatis-ehcache.version}</version>
<exclusions>
<exclusion>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- mysql -->
<dependency>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册