Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What if springboot packages jar to docker image and cannot find the file under resources

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains the "springboot packaging jar to docker image can not find the file under resources", the article explains the content is simple and clear, easy to learn and understand, the following please follow the editor's ideas slowly in depth, together to study and learn "springboot packaging jar to docker image can not find the file under resources" bar!

Prepare to load the docker container. After the project is packaged, it is a jar package, and then it is packaged into an image through dockerFile, but the file under resources cannot be found.

In order to solve this problem, I tried all the basic schemes and found that the file could not be found.

Local use

Resource [] resources = resource.getResources ("classpath:libs")

It's no problem to get it in a way.

After the study, it is found that when getting the path, it is actually obtained from the container, rather than looking for it in the jar package, so add the following code to dockerfile.

After adding this paragraph, the file will be placed in the container under the root directory / libs, and the things under this folder will also be copied.

You can write the root path of the project directly.

Thank you for your reading, the above is the content of "springboot packaging jar to docker image can not find the file under resources", after the study of this article, I believe you can not find the file under springboot packaging jar to docker image how to do this problem has a more profound understanding, the specific use of the situation also needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report