Listen for DB changes with SpringBoot – Postgresql
What's the easiest way to implement following solution: There is an old legacy app which uses Oracle DB, the idea is to create a new service in SpringBoot which would observe for changes on a few specific tables in this…