Home > front end >  Regularly remind function design
Regularly remind function design

Time:09-16

Which bosses can help give you a idea of
Springboot design a front-end timing prompt function (like mobile end users to set a time on an app, to point to regularly remind)

CodePudding user response:

User to set an alarm clock, you put the alarm clock to the database, when a user logs into their own account, take out the data from the database, compared to the current time, remind, if not to don't remind
  • Related