gerald24/possy

Simple persistent data storage

Opened this issue · 0 comments

The print queue should survive server restarts, so we need some storage. I think a simple H2 file DB is enough.

Benefits:

  • Print queue survives server restarts
  • Latest n processed issues survive server restarts
  • Remember me mechanism gets more secure with peristent token approach
  • and many more...