Pārlūkot izejas kodu

修改上传路径

yusm 6 mēneši atpakaļ
vecāks
revīzija
487c4bc903

+ 5 - 1
fhKeeper/formulahousekeeper/ArticleOperation/src/main/resources/application.yml

@@ -17,4 +17,8 @@ mybatis:
     map-underscore-to-camel-case: true
     log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
 server:
-  port: 8091
+  port: 8091
+#upload:
+#  path: C:/Users/12871/Downloads/
+upload:
+  path: /www/staticproject/Article/upload/

+ 2 - 1
fhKeeper/formulahousekeeper/webttkuaiban/src/main/resources/application.properties

@@ -26,7 +26,8 @@ spring.servlet.multipart.resolve-lazily=false
 #Swagger????
 mconfig.swagger-ui-open=true
 #??????�??
-upload.path=C:/staticproject/qh_hospital/upload/
+#upload.path=C:/Users/12871/Downloads/
+upload.path=/www/staticproject/Article/upload/
 default.pwd=1
 #freemarker
 spring.freemarker.cache=false