Skip to content

Commit b790b89

Browse files
authored
Update application.properties
1 parent cc97429 commit b790b89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ spring.datasource.username=<your-db-user>
33
spring.datasource.password=<your-db-password>
44

55
# Properties for using Universal Connection Pool (UCP)
6+
# Note: These properties require JDBC version 21.0.0.0
67
spring.datasource.driver-class-name=oracle.jdbc.OracleDriver
78
spring.datasource.type=oracle.ucp.jdbc.UCPDataSource
89
spring.datasource.ucp.connection-factory-class-name=oracle.jdbc.replay.OracleDataSourceImpl

0 commit comments

Comments
 (0)