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.
有一个包含 xyzimages 包的库,其中存储了一些有用的图像。我的应用程序像往常一样在 WEB-INF/lib 中包含这个库。
我想知道(如果可能的话)在我的 css 文件中放入什么 url,以正确加载这些图像。
我在这里找到了类似的问题,他们在哪里使用共享资源。但对我来说,一张一张地注册所有图像是不可接受的。
检查这个答案。在我提到的博客文章中检查 ImageResource。您只需要实现 getImageAsBytes 方法。