Summary Table

Categories Total Count
PII 0
URL 0
DNS 0
EKL 0
IP 0
PORT 0
VsID 0
CF 0
AI 0
VPD 0
PL 0
Other 0

File Content

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd">

<context:property-placeholder location="classpath*:/VarUtilityServices/v2/m2/p0/properties/mongo.properties"
order="1" ignore-unresolvable="true" system-properties-mode="OVERRIDE" ignore-resource-not-found="true"/>

<context:property-placeholder location="/WEB-INF/properties/mongo.properties"
order="2" ignore-unresolvable="true" system-properties-mode="FALLBACK"/>

</beans>