Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的意思是我完成后会删除它们,但我想涵盖所有可能性并排除留下垃圾的机会。我阅读了有关 File.createTempFile 的信息,但它仅在 VM 停止后删除临时文件...
如果您可以指定存储文件的文件夹,则可以创建每小时运行的计划任务并删除超过一小时的文件。
看一下@Scheduled 注释。