Last change
on this file since 29 was
20,
checked in by fmguler, 14 years ago
|
Refs #2 - Scheduling System web uygulaması ilk import. Spring 3 kullanılıyor.
|
File size:
1.2 KB
|
Line | |
---|
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:p="http://www.springframework.org/schema/p" |
---|
5 | xmlns:aop="http://www.springframework.org/schema/aop" |
---|
6 | xmlns:tx="http://www.springframework.org/schema/tx" |
---|
7 | xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd |
---|
8 | http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.0.xsd |
---|
9 | http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd"> |
---|
10 | |
---|
11 | <!--bean id="propertyConfigurer" |
---|
12 | class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer" |
---|
13 | p:location="/WEB-INF/jdbc.properties" /> |
---|
14 | |
---|
15 | <bean id="dataSource" |
---|
16 | class="org.springframework.jdbc.datasource.DriverManagerDataSource" |
---|
17 | p:driverClassName="${jdbc.driverClassName}" |
---|
18 | p:url="${jdbc.url}" |
---|
19 | p:username="${jdbc.username}" |
---|
20 | p:password="${jdbc.password}" /--> |
---|
21 | |
---|
22 | <!-- ADD PERSISTENCE SUPPORT HERE (jpa, hibernate, etc) --> |
---|
23 | |
---|
24 | </beans> |
---|
Note: See
TracBrowser
for help on using the repository browser.