In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly explains "how to solve the file / picture path problem when springboot jar deployment", the content of the article 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 "how to solve the file / picture path problem when springboot jar deployment" bar.
After jar deployment, the uploaded file cannot find the correct file path, because jar does not have a clear file path like tomcat.
1.application.properties adds the following paragraph
# upload file size limit remove comments www.1b23.com#web.upload-path=h:/#web.front-path=h:/#spring.resources.static-locations=file:$ {web.upload-path}, file:$ {web.front-path} when spring.servlet.multipart.max-file-size=500MBspring.servlet.multipart.max-request-size=500MB#jar package deployment
Here, take h disk as an example, it can also be d disk, depending on the situation.
two。 Copy uploadFiles to the H disk directory (uploadFiles is the directory where the files are uploaded, and this is also based on your own details)
In this way, all the files are uploaded to the uploadFiles directory under H disk.
3. If it is a ueditor file directory, all ueditor is copied to the hard disk, such as H disk.
Modify configuration
Plugins\ ueditor\ jsp\ controller.jsp
At rootPath = rootPath + "/"; below
Add a word rootPath = "HRV /"
Thank you for your reading, the above is the content of "how to solve the file / picture path problem when springboot jar deployment". After the study of this article, I believe you have a deeper understanding of how to solve the file / picture path problem when springboot jar deployment, and the specific use 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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.