mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	fix 修复 临时文件存储位置 相对路径问题
This commit is contained in:
		@@ -3,7 +3,7 @@ spring:
 | 
			
		||||
  servlet:
 | 
			
		||||
    multipart:
 | 
			
		||||
      # 临时文件存储位置 避免临时文件被系统清理报错
 | 
			
		||||
      location: ./temp
 | 
			
		||||
      location: /ruoyi/server/temp
 | 
			
		||||
 | 
			
		||||
--- # 监控配置
 | 
			
		||||
spring:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user