File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
java/SpringBootApp/src/main/resources Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- spring.datasource.url =jdbc:oracle:thin:@ofunctions_medium ?TNS_ADMIN=/Users/nbsundar/ ATPTesting/wallet_OFUNCTIONS /
2
- spring.datasource.username =testuser
3
- spring.datasource.password =WE10come12##
1
+ spring.datasource.url =jdbc:oracle:thin:@<db_name>_medium ?TNS_ADMIN=<home-directory>/ ATPTesting/wallet_<db_name> /
2
+ spring.datasource.username =<your-db-user>
3
+ spring.datasource.password =<your-db-password>
4
4
# spring.datasource.driver-class-name=oracle.jdbc.pool.PoolDataSourceImpl
5
5
# oracle.ucp.minPoolSize=5
6
6
# oracle.ucp.maxPoolSize=15
@@ -14,4 +14,4 @@ spring.datasource.ucp.sql-for-validate-connection=select * from dual
14
14
spring.datasource.ucp.connection-pool-name =connectionPoolName1
15
15
spring.datasource.ucp.initial-pool-size =15
16
16
spring.datasource.ucp.min-pool-size =10
17
- spring.datasource.ucp.max-pool-size =30
17
+ spring.datasource.ucp.max-pool-size =30
You can’t perform that action at this time.
0 commit comments