|
Project
|
IntelliJ IDEA
|
|
Priority
|
Major |
|
Type
|
Feature |
|
Fix versions
|
10.5 |
|
State
|
Fixed |
|
Assignee
|
Dmitry Avdeev |
|
Subsystem
|
Spring |
|
Affected versions
|
No Affected versions |
|
Fixed in build
|
<bean id="ourDataSource" class="oracle.jdbc.pool.OracleConnectionCacheImpl">
<property name="URL" value="${dataSource.url}" />
<property name="user" value="${dataSource.user}" />
<property name="password" value="${dataSource.password}" />
</bean>
<bean id="simpleJdbcTemplate" class="org.springframework.jdbc.core.simple.SimpleJdbcTemplate">
<constructor-arg index="0" ref="ourDataSource" />
</bean>
|
|
|
|
|
|
|
|
|