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 4321f2d commit cc97429Copy full SHA for cc97429
java/SpringBootApp/src/main/resources/application.properties
@@ -1,12 +1,8 @@
1
spring.datasource.url=jdbc:oracle:thin:@dbname_alias?TNS_ADMIN=/Users/test/wallet/wallet_dbname_alias
2
spring.datasource.username=<your-db-user>
3
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
7
8
-# New names
9
-#spring.datasource.url=jdbc:oracle:thin:@host:1521/myservice
+# Properties for using Universal Connection Pool (UCP)
10
spring.datasource.driver-class-name=oracle.jdbc.OracleDriver
11
spring.datasource.type=oracle.ucp.jdbc.UCPDataSource
12
spring.datasource.ucp.connection-factory-class-name=oracle.jdbc.replay.OracleDataSourceImpl
0 commit comments