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 77<bean id =" dataSource" class =" oracle.ucp.jdbc.PoolDataSourceImpl" >
88<property name =" connectionFactoryClassName"
99value=" oracle.jdbc.pool.OracleDataSource" />
10+ <!-- Connection URL uses a TNS alias -->
1011<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! " />
1314<property name =" maxPoolSize" value =" 10" />
1415<property name =" initialPoolSize" value =" 5" />
1516</bean >
1920<property name =" dataSource" ref =" dataSource" />
2021</bean >
2122
22- </beans >
23+ </beans >
You can’t perform that action at this time.
0 commit comments