Chinaunix

标题: Spring配置文件详解 [打印本页]

作者: sunday_jia    时间: 2010-01-14 10:10
标题: Spring配置文件详解

1.基本配置:

  
  
     
  
  
  
  
  
   
     
       第一个
       第二个
       第三个
     
  
  
  
   
   
        第一个l
       第二个l
       第三个l
   
   
  
  
  
   
      value1
      value2
      value3
   
  
  
  
   
      
      
      
   
  
   
   
   
   
2.开启AOP:
AOP的xml版本


   


   
   


  
3.开启事务和注解:

                  
   
     
      
      
      
      
        
        
        
        
        
        
        
        
   
   
     
   
      
   
  
   
   
  
   
     
   
XML版本:
                  
   
     
      
      
      
      
        
        
        
        
        
        
        
        
   
   
   
      
   
  
   
   
  
  
  
      
  
      
      
      

   
  
      
      
         
      
         
        
  
   
  
4.SSH:
   
     
      
      
      
      
        
        
        
        
        
        
        
        
   
  
  

  
      
        com/persia/model/Person.hbm.xml
      
   
   
     
        
        
              
              
               
  
      
          hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
          hibernate.hbm2ddl.auto=update
          hibernate.show_sql=false
          hibernate.format_sql=false
          hibernate.cache.use_second_level_cache=true
                hibernate.cache.use_query_cache=false
             hibernate.cache.provider_class=org.hibernate.cache.EhCacheProvider
      
      
   

5.SSH2:
   
     
      
      
      
      
        
        
        
        
        
        
        
        
   
  
  

  
      
        com/persia/model/Person.hbm.xml
      
   
   
     
        
        
              
              
               
  
      
          hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
          hibernate.hbm2ddl.auto=update
          hibernate.show_sql=false
          hibernate.format_sql=false
          hibernate.cache.use_second_level_cache=true
                hibernate.cache.use_query_cache=false
             hibernate.cache.provider_class=org.hibernate.cache.EhCacheProvider
      
      
   

6.SSJ:
      
   
     
  


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/69320/showart_2148542.html




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2