shrek2000 | 969a4e8 | 2019-03-28 16:29:17 +0200 | [diff] [blame] | 1 | <?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> |