码迷,mamicode.com
首页 >  
搜索关键字:ehcache    ( 740个结果
spring-boot + Ehcache without XML
http://stackoverflow.com/questions/21944202/using-ehcache-in-spring-4-without-xml1、Ehcache配置类@Configuration@EnableCachingpublic class CachingConfig im...
分类:编程语言   时间:2015-04-16 13:46:18    阅读次数:389
Spring-boot使用Ehcache配置
1、配置类@Configuration@EnableCachingpublic class CacheConfiguration {// implements CachingConfigurer { @Bean //@Override public CacheManager cac...
分类:编程语言   时间:2015-04-16 12:09:27    阅读次数:286
Tab标签_maven非maven版本 SpringMVC_mybatis or hibernate+ehcache二级缓存_shiro_druid_bootstrap_HTML5
A代码生成器(开发利器); B阿里数据库连接池druid;C安全权限框架shiro; Dehcache 自定义二级缓存 (后续会加入Activiti5 工作流)系统为主流的springmvc+mybaits 3.2版本 ,提供maven版本和非maven版本,另免费赠送hibernate版本一套(垮...
分类:编程语言   时间:2015-04-15 18:44:04    阅读次数:203
Tab标签_maven非maven版本 SpringMVC_mybatis or hibernate+ehcache二级缓存_shiro_druid_bootstrap_HTML5
Tab标签_maven非maven版本 SpringMVC_mybatis or hibernate+ehcache二级缓存_shiro_druid_bootstrap_HTML5
分类:编程语言   时间:2015-04-15 13:13:35    阅读次数:118
Shiro security限制登录尝试次数
Shiro Security结合ehcache限制用户登录尝试次数...
分类:其他好文   时间:2015-04-11 17:55:51    阅读次数:187
APP访问缓慢优化方案
现象公司的一个APP点击某些页面非常缓慢,有些等待1分钟,出现大部分用户不想使用的情况。目标要在3天内完成优化,越快越好。解决索引 分析:某些跨表查询没有建立索引,虽然单表只有30万数据,但是一关联查询,特别是4、5张表关联时极其缓慢。 解决方法:建立索引即可。 缓存因为数据都从oracle数据库读取,我们首先想到的就是使用缓存代替。把全部配置表的数据放到Ehcache缓存中,不直接从oracle读...
分类:移动开发   时间:2015-04-10 22:28:50    阅读次数:181
Spring 4 Ehcache Configuration Example with @Cacheable Annotation
http://www.concretepage.com/spring-4/spring-4-ehcache-configuration-example-with-cacheable-annotationSpring 4 Ehcache Configuration Example with @Cach...
分类:编程语言   时间:2015-04-09 17:05:06    阅读次数:166
740条   上一页 1 ... 59 60 61 62 63 ... 74 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!