my project using springboot v3.2 and compile to jar.
using dockerfile to copy into docker container and runing success.
i needs to copy or read .jar inside resource jpg to display in web
but i dont know how to copy or read / access uri “jar:nested:/ace.jar/!BOOT-INF/classes/!/”
the static file location is “resources/static/assets/images/default.jpg”
i want to read and copy into local folder and let project can access this static file to display
the jar:nested uri
garlam au is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.