采用Mybatis-PageHelper的CountPage方法,优化count性能,感谢abel533;代码生成BaseEntity未导入修正;IE下ajax缓存优化

This commit is contained in:
thinkgem
2018-05-09 21:46:00 +08:00
parent 70821f8ac0
commit fcc58f1b0d
4 changed files with 6 additions and 3 deletions

View File

@@ -32,6 +32,7 @@
<!-- framework version setting -->
<mybatis.version>3.4.5</mybatis.version>
<mybatis-spring.version>1.3.1</mybatis-spring.version>
<jsqlparser.version>1.1</jsqlparser.version>
<druid.version>1.1.3</druid.version>
<shiro.version>1.4.0</shiro.version>
<beetl.version>2.7-SNAPSHOT</beetl.version>