blob: 16c96df885f5a1ab04bdf121248adb7b09b1c0e8 [file] [log] [blame]
shrek2000969a4e82019-03-28 16:29:17 +02001<?xml version="1.0" encoding="UTF-8"?>
2<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xmlns:context="http://www.springframework.org/schema/context"
4 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
5 http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd">
6
7 <context:property-placeholder location="classpath:dao.properties" />
8</beans>