|
|
@@ -55,7 +55,7 @@ public class SsoApplication {
|
|
|
@Bean
|
|
|
MultipartConfigElement multipartConfigElement() {
|
|
|
MultipartConfigFactory factory = new MultipartConfigFactory();
|
|
|
- factory.setLocation("data/tmp");
|
|
|
+ factory.setLocation("/tmp");
|
|
|
return factory.createMultipartConfig();
|
|
|
}
|
|
|
}
|