-
Demande d'amélioration
-
Résolution: Résolu
-
Mineur
-
1.02.04
-
Aucune
Exemple :
<bean id="ldapProperties" class="com.kportal.core.config.PropertyConfigurer"> <property name="ignoreUnresolvablePlaceholders" value="true"/> <property name="ignoreResourceNotFound" value="true" /> <property name="locations"> <list> <value>classpath*:ldap.properties</value> <value>classpath*:application_ldap.properties</value> <value>${path.properties}env_ldap.properties</value> <value>${path.properties}env_ldap_*.properties</value> </list> </property> <property name="fileEncoding" value="UTF-8"/> </bean>