
spring
fanyuanwaifdl
这个作者很懒,什么都没留下…
展开
-
spring配置
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:jee="http://www.springframework.org/schema/jee" xmlns:tx="http://www.spring原创 2012-05-16 16:18:03 · 260 阅读 · 0 评论 -
jbpm.cfg.xml配置
--> <!-- -->原创 2012-05-16 16:21:41 · 894 阅读 · 0 评论 -
struts简单配置草稿
<!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN" "http://struts.apache.org/dtds/struts-2.0.dtd"> <!-- Some or all of these can be flipped to原创 2012-05-16 16:22:23 · 283 阅读 · 0 评论 -
jpa配置草稿
package com.persistence.entity.security; import java.io.Serializable;import java.util.ArrayList; import java.util.List; import javax.management.DescriptorKey;import javax.persistence原创 2012-05-16 16:24:20 · 297 阅读 · 1 评论 -
hibernate二级缓存配置文件
<defaultCache maxElementsInMemory="10000" memoryStoreEvictionPolicy="LRU" eternal="false" timeToIdleSeconds="300" timeToLiveSeconds="300" overflowToDisk="false" diskPersistent="false" />原创 2012-05-16 16:19:08 · 306 阅读 · 0 评论 -
log4j配置
# Output pattern : date [thread] priority category - messagelog4j.rootLogger=warn, Console,RollingFile#Consolelog4j.appender.Console=org.apache.log4j.ConsoleAppenderlog4j.appender.Console.la原创 2012-05-16 16:20:41 · 302 阅读 · 0 评论 -
ssh中的jar
原创 2012-05-17 14:12:02 · 532 阅读 · 0 评论