oracle / oracle-r2dbc

R2DBC Driver for Oracle Database
https://oracle.com
Other
197 stars 40 forks source link

19 descriptor sample #21

Closed Michael-A-McMahon closed 3 years ago

Michael-A-McMahon commented 3 years ago

This branch adds a new code sample that uses a TNS descriptor to connect Oracle R2DBC to a database. This branch also add a common DatabaseConfig class that all sample code can share. There was a mistake in the example config.properties that is also fixed: A service name is specified as the value of "SERVICE_NAME", not as the value of "DATABASE".