authserver/casserver/simple-cas4-overlay-template/src/main/webapp/WEB-INF/spring-configuration/propertyFileConfigurer.xml
changeset 0 1afc9d2ab94d
equal deleted inserted replaced
-1:000000000000 0:1afc9d2ab94d
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <beans xmlns="http://www.springframework.org/schema/beans"
       
     3        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       
     4        xmlns:context="http://www.springframework.org/schema/context"
       
     5        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
       
     6        http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">
       
     7 
       
     8 
       
     9 	<context:property-placeholder location="file:/etc/cas/cas.properties"/>
       
    10 
       
    11 </beans>