mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-10-31 18:49:06 +08:00 
			
		
		
		
	akarta.validation-api =》jakarta.el 依赖,保证 EL 不报错
This commit is contained in:
		| @ -118,8 +118,8 @@ | |||||||
|         </dependency> |         </dependency> | ||||||
|  |  | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>jakarta.validation</groupId> |             <groupId>org.glassfish</groupId> | ||||||
|             <artifactId>jakarta.validation-api</artifactId> |             <artifactId>jakarta.el</artifactId> | ||||||
|             <scope>provided</scope> <!-- 设置为 provided,主要是 PageParam 使用到 --> |             <scope>provided</scope> <!-- 设置为 provided,主要是 PageParam 使用到 --> | ||||||
|         </dependency> |         </dependency> | ||||||
|     </dependencies> |     </dependencies> | ||||||
|  | |||||||
| @ -30,8 +30,8 @@ | |||||||
|  |  | ||||||
|         <!-- 工具类相关 --> |         <!-- 工具类相关 --> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>jakarta.validation</groupId> |             <groupId>org.glassfish</groupId> | ||||||
|             <artifactId>jakarta.validation-api</artifactId> |             <artifactId>jakarta.el</artifactId> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>org.hibernate.validator</groupId> |             <groupId>org.hibernate.validator</groupId> | ||||||
|  | |||||||
| @ -57,8 +57,8 @@ | |||||||
|         </dependency> |         </dependency> | ||||||
|  |  | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>jakarta.validation</groupId> |             <groupId>org.glassfish</groupId> | ||||||
|             <artifactId>jakarta.validation-api</artifactId> |             <artifactId>jakarta.el</artifactId> | ||||||
|         </dependency> |         </dependency> | ||||||
|  |  | ||||||
|         <!-- 三方云服务相关 --> |         <!-- 三方云服务相关 --> | ||||||
|  | |||||||
| @ -61,8 +61,8 @@ | |||||||
|  |  | ||||||
|         <!-- 工具类相关 --> |         <!-- 工具类相关 --> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>jakarta.validation</groupId> |             <groupId>org.glassfish</groupId> | ||||||
|             <artifactId>jakarta.validation-api</artifactId> |             <artifactId>jakarta.el</artifactId> | ||||||
|         </dependency> |         </dependency> | ||||||
|     </dependencies> |     </dependencies> | ||||||
| </project> | </project> | ||||||
| @ -29,8 +29,8 @@ | |||||||
|  |  | ||||||
|         <!-- 工具类相关 --> |         <!-- 工具类相关 --> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>jakarta.validation</groupId> |             <groupId>org.glassfish</groupId> | ||||||
|             <artifactId>jakarta.validation-api</artifactId> |             <artifactId>jakarta.el</artifactId> | ||||||
|         </dependency> |         </dependency> | ||||||
|     </dependencies> |     </dependencies> | ||||||
|  |  | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV