漏洞修复
This commit is contained in:
		
							parent
							
								
									4e75566cad
								
							
						
					
					
						commit
						989c4203e2
					
				| 
						 | 
				
			
			@ -22,9 +22,10 @@ public class WebMvcConfig implements WebMvcConfigurer {
 | 
			
		|||
 | 
			
		||||
	/**
 | 
			
		||||
	 * 跨域支持
 | 
			
		||||
	 * 
 | 
			
		||||
	 *
 | 
			
		||||
	 * @return
 | 
			
		||||
	 */
 | 
			
		||||
/*
 | 
			
		||||
	@Bean
 | 
			
		||||
	public WebMvcConfigurer corsConfigurer() {
 | 
			
		||||
		return new WebMvcConfigurer() {
 | 
			
		||||
| 
						 | 
				
			
			@ -34,10 +35,11 @@ public class WebMvcConfig implements WebMvcConfigurer {
 | 
			
		|||
			}
 | 
			
		||||
		};
 | 
			
		||||
	}
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
	 * datatable分页解析
 | 
			
		||||
	 * 
 | 
			
		||||
	 *
 | 
			
		||||
	 * @return
 | 
			
		||||
	 */
 | 
			
		||||
	@Bean
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue