I'm usin these two libraries:
org.springframework.boot:spring-boot-starter-data-r2dbc
org.hibernate.reactive:hibernate-reactive-core
It's not clear to me if I need to configure both spring.data.url
and _/src/resources/META-INF/persistence.xml
or only one of them.
- Could I remove
persistence.xml
? - Could I remove
spring.data.datasource
? - Can I configure all of them using
persistence.xml
file?