Spring boot database listener with MYSQL -


is there way implement database listener java using mysql database?

searching on google see there many solutions oracle databasechangelistener , dbchangenotification, nothing mysql...

i need event it's triggered when value greater value in database... solutions?

i don't want implement pool request check database manually specific interval time :(


Comments