just some code note
                        
                            
                                Continue reading
                            
                            
                        
                    
  | 
  | 
Spring要用3.1以上版本12345678<beans>  <beans profile="LOCAL">    <context:property-placeholder location="classpath*:META-INF/spring/local/*.properties" />  </beans>  <beans profile="PRODUCTION">    <context:property-placeholder location="classpath*:META-INF/spring/production/*.properties" />  </beans></beans>