0

I'm trying to connect oracle database in my spring project using reactive. I need the reactive database connectivity with Oracle TNS specifications. Can you please help?

Mathan
  • 43
  • 1
  • 9

1 Answers1

0

Did you try to follow by Spring documentation ?

https://spring.io/projects/spring-data-r2dbc

Read here about TNS:

https://github.com/oracle/oracle-r2dbc

4EACH
  • 2,132
  • 4
  • 20
  • 28