Skip to content

Commit cc97429

Browse files
authored
Update application.properties
1 parent 4321f2d commit cc97429

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

java/SpringBootApp/src/main/resources/application.properties

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
spring.datasource.url=jdbc:oracle:thin:@dbname_alias?TNS_ADMIN=/Users/test/wallet/wallet_dbname_alias
22
spring.datasource.username=<your-db-user>
33
spring.datasource.password=<your-db-password>
4-
#spring.datasource.driver-class-name=oracle.jdbc.pool.PoolDataSourceImpl
5-
#oracle.ucp.minPoolSize=5
6-
#oracle.ucp.maxPoolSize=15
74

8-
# New names
9-
#spring.datasource.url=jdbc:oracle:thin:@host:1521/myservice
5+
# Properties for using Universal Connection Pool (UCP)
106
spring.datasource.driver-class-name=oracle.jdbc.OracleDriver
117
spring.datasource.type=oracle.ucp.jdbc.UCPDataSource
128
spring.datasource.ucp.connection-factory-class-name=oracle.jdbc.replay.OracleDataSourceImpl

0 commit comments

Comments
 (0)