Hibernate
Level_Meng
学而不思则罔
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SSH框架中使用log4j的方便之处
本文转自:http://www.cnblogs.com/rushoooooo/archive/2011/08/29/2157361.html SSH框架中使用log4j的方便之处 1. 动态的改变记录级别和策略,即修改log4j.properties,不需要重启Web应用,这需要在web.xml中设置一下。 2. 把log文件定在 /WEB-INF/logs/ 而不需要写绝对路径。 3转载 2014-03-03 17:25:47 · 770 阅读 · 0 评论 -
net.sf.ehcache.CacheException:error setting options
将hibernate.cache.provider_class=org.hibernate.cache.EhCacheProvider 换成hibernate.cache.provider_class=org.hibernate.cache.HashtableCacheProvider原创 2014-03-06 13:26:41 · 6609 阅读 · 0 评论 -
shiro SpringMvc Hibernate 入门
先来Web.xml <!-- ~ Licensed to the Apache Software Foundation (ASF) under one ~ or more contributor license agreements. See the NOTICE file ~ distributed with this work for additional informati原创 2014-07-18 14:16:10 · 1193 阅读 · 0 评论 -
Hibernate 数据库连接配置整理
Spring datasource 配置 base-package="com.xxx"/> location="classpath:/com/xxx/jdbc.properties"/> class="org.springframework.jdbc.datasource.DriverManagerDataSource"> nam原创 2014-07-26 22:00:05 · 1643 阅读 · 0 评论 -
Spring jdbcTemplate 应用
Examples of JdbcTemplate class usage This section provides some examples of JdbcTemplate class usage. These examples are not an exhaustive list of all of the functionality exposed by the Jd原创 2014-07-29 11:37:15 · 1591 阅读 · 0 评论
分享