mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	update 优化 设置静态资源路径防止所有请求都可以访问静态资源
This commit is contained in:
		@@ -80,6 +80,8 @@ spring:
 | 
			
		||||
      # 设置总上传的文件大小
 | 
			
		||||
      max-request-size: 20MB
 | 
			
		||||
  mvc:
 | 
			
		||||
    # 设置静态资源路径 防止所有请求都去查静态资源
 | 
			
		||||
    static-path-pattern: /static/**
 | 
			
		||||
    format:
 | 
			
		||||
      date-time: yyyy-MM-dd HH:mm:ss
 | 
			
		||||
  jackson:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user