eventuate-foundation / eventuate-common

Other
10 stars 20 forks source link

eventuate-common-spring-reactive-jdbc contains regular spring-jdbc dependencies (spring-boot-starter-jdbc) #94

Open dartartem opened 3 years ago

dartartem commented 3 years ago

Problem:

When eventuate-common-spring-reactive-jdbc uses as dependency in an application and auto configuration is enabled, the application fails to start because datasource is not configured.

Solution:

Reorganize spring jdbc modules.

Note:

it is necessary to support backward compatibility.