We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc97429 commit b790b89Copy full SHA for b790b89
java/SpringBootApp/src/main/resources/application.properties
@@ -3,6 +3,7 @@ spring.datasource.username=<your-db-user>
3
spring.datasource.password=<your-db-password>
4
5
# Properties for using Universal Connection Pool (UCP)
6
+# Note: These properties require JDBC version 21.0.0.0
7
spring.datasource.driver-class-name=oracle.jdbc.OracleDriver
8
spring.datasource.type=oracle.ucp.jdbc.UCPDataSource
9
spring.datasource.ucp.connection-factory-class-name=oracle.jdbc.replay.OracleDataSourceImpl
0 commit comments