|
@@ -26,7 +26,7 @@ public class CaimeiMallAdminApplication {
|
|
|
@Bean
|
|
|
MultipartConfigElement multipartConfigElement() {
|
|
|
MultipartConfigFactory factory = new MultipartConfigFactory();
|
|
|
- factory.setLocation("/tmp/tomcat");
|
|
|
+ factory.setLocation("/mnt/newdatadrive/data/custom/autodeploy/client/releasecode/mai/tempImage");
|
|
|
return factory.createMultipartConfig();
|
|
|
}
|
|
|
}
|