File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
java/jdbc/SpringBootApp/src Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 7
7
<bean id =" dataSource" class =" oracle.ucp.jdbc.PoolDataSourceImpl" >
8
8
<property name =" connectionFactoryClassName"
9
9
value=" oracle.jdbc.pool.OracleDataSource" />
10
+ <!-- Connection URL uses a TNS alias -->
10
11
<property name =" URL" value =" jdbc:oracle:thin:@jdbctest_medium?TNS_ADMIN=D:/temp/wallet_JDBCTEST" />
11
- <property name =" user" value =" jdbcuser " />
12
- <property name =" password" value =" WE10come12## " />
12
+ <property name =" user" value =" testuser " />
13
+ <property name =" password" value =" password!234! " />
13
14
<property name =" maxPoolSize" value =" 10" />
14
15
<property name =" initialPoolSize" value =" 5" />
15
16
</bean >
19
20
<property name =" dataSource" ref =" dataSource" />
20
21
</bean >
21
22
22
- </beans >
23
+ </beans >
You can’t perform that action at this time.
0 commit comments