JAVA自定义注解(2)(二)

2014-11-24 07:53:39 · 作者: · 浏览: 1
); } }
4、配置文件(部分)(applicationContext.xml)

  
	
  
	    
   
		
   
		
   
		
   
		
    
     
     
      classpath*:/first.properties
      
     
      classpath*:/second.properties
      
     
      classpath*:/third.properties
      
     
   
	
  

5、文件内容

first.properties

first.kute.name=36.0
first.kute.age=111111
first.kute.blog=http://blog.csdn.net/kutekute

second.properties

second.kute.name=37.0
second.kute.age=222222
second.kute.blog=http://blog.csdn.net/kutekute

third.properties

third.kute.name=38.0
third.kute.age=333333
third.kute.blog=http://blog.csdn.net/kutekute