Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update application.properties
  • Loading branch information
nsundara authored May 25, 2022
commit e983c0577c2c210c660ab3c7f342835c3b272ae7
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spring.datasource.username=<your-db-user>
spring.datasource.password=<your-db-password>

# Properties for using Universal Connection Pool (UCP)
# Note: These properties require JDBC version 21.0.0.0
# Note: These properties require Spring Boot version greater than 2.4.0
spring.datasource.driver-class-name=oracle.jdbc.OracleDriver
spring.datasource.type=oracle.ucp.jdbc.PoolDataSource
# If you are using Replay datasource
Expand Down