I have a Spring boot/angular REST app which is using ng-upload-file to upload an image to the server. When uploading an image it gets saved in the static/imgs folder correctly, however if I don't refresh the folder after upload the image does not appear, nor can I use its path to localize it before refreshing the folder.
Is there a way to configure the embedded Tomcat to auto refresh when a new file is added?
Thanks in Advance
EDIT:
Seems as though its an IDE problem rather than a server problem, Iam using eclipse.
I tried checking "Refresh using native hooks or polling", but it has a few seconds delay.
在SpringBoot/Angular REST应用程序中使用ng-upload-file上传图片时,图片会被保存到静态资源目录`static/imgs`下。但如果不手动刷新文件夹,新上传的图片不会立即显示,且无法在刷新前通过路径定位。问题可能与IDE有关,使用Eclipse时尝试开启“使用原生挂钩或轮询刷新”,但存在延迟。
1182

被折叠的 条评论
为什么被折叠?



