java - Reload changes to a shared data base -


i'm using spring boot, , have 2 services share same data base. each service has own data source communicate db.

my problem when apply changes via first data source changes not being affected or not being reloaded second data source.

my question how can reload changes, whenever apply changes 1 data source reflected second\other data source?

my solution share db between 2 services using spring data rest.


Comments

Popular posts from this blog

java - inputmismatch exception -

c - zlib and gdi32 with OpenSSL? -

Formatting string according to pattern without regex in php -