
Springmvc
文章平均质量分 75
六月心悸
一个好二好二的男孩子
展开
-
springmvc集成shiro注解权限
springmvc集成shiro注解权限源代码下载:http://download.youkuaiyun.com/detail/u013147600/9066923java.lang.ClassNotFoundException: org.aspectj.lang.annotation.Around错误解决方法:http://blog.youkuaiyun.com/u013147600/article/det原创 2015-08-31 14:32:10 · 7938 阅读 · 1 评论 -
springmvc配置Ehcache实现缓存管理
springmvc配置Ehcache实现缓存管理项目源代码:http://download.youkuaiyun.com/detail/u013147600/9066943工程介绍:springmvc结合Ehcache实现缓存管理项目介绍:通过在springmvc配置文件中配置oracle数据库连接信息实现JdbcTemplate连接数据库;在dao和servi原创 2015-08-31 15:01:57 · 5921 阅读 · 2 评论 -
Springmvc 访问页面出现404错误
配置springmvc时出错:我在web.xml中添加 springMvc org.springframework.web.servlet.DispatcherServlet contextConfigLocation classpath:springmvc-servlet.xml 0原创 2015-09-01 08:40:35 · 17336 阅读 · 0 评论 -
spring错误-在spring里面找不到org.springframework.cache.ehcache.EhCacheManagerFactoryBean
在spring里面找不到org.springframework.cache.ehcache.EhCacheManagerFactoryBean是因为缺少spring-context-support-3.2.0.jar这个jar包。原创 2015-08-31 14:44:31 · 11593 阅读 · 2 评论 -
Ehcache配置时出错- Another unnamed CacheManager already exists in the same VM. Please provide unique name
配置Ehcache时出错:net.sf.ehcache.CacheException: Another unnamed CacheManager already exists in the same VM. Please provide unique names for each CacheManager in the config or do one of following:1. Us原创 2015-08-31 14:50:34 · 13494 阅读 · 0 评论 -
spring-org.springframework.beans.factory.BeanDefinitionStoreException及相关介绍
自己做一个测试,要用到Springmvc,因为好久没有配置SpringMvc工程,所以就想自己慢慢试试,真是不试不知道,no zuo no die!!!启动tomcat后报了下面的错:严重: Exception sending context initialized event to listener instance of class org.springframework.web.原创 2015-10-23 10:46:02 · 57004 阅读 · 1 评论 -
spring配置dbcp链接数据库
1.spring的配置文件springmvc-servlet.xml classpath:jdbc.properties原创 2016-01-14 13:34:52 · 6231 阅读 · 0 评论