| 
									
										
										
										
											2021-05-02 00:41:21 +08:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							|  |  |  | <project xmlns="http://maven.apache.org/POM/4.0.0" | 
					
						
							|  |  |  |          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 
					
						
							|  |  |  |          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | 
					
						
							|  |  |  |     <parent> | 
					
						
							|  |  |  |         <groupId>cn.iocoder.boot</groupId> | 
					
						
							|  |  |  |         <artifactId>yudao-framework</artifactId> | 
					
						
							|  |  |  |         <version>${revision}</version> | 
					
						
							|  |  |  |     </parent> | 
					
						
							|  |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  |     <artifactId>yudao-spring-boot-starter-security</artifactId> | 
					
						
							|  |  |  |     <packaging>jar</packaging> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-02-10 11:16:17 +08:00
										 |  |  |     <name>${project.artifactId}</name> | 
					
						
							| 
									
										
										
										
											2021-05-02 00:41:21 +08:00
										 |  |  |     <description>用户的认证、权限的校验</description> | 
					
						
							|  |  |  |     <url>https://github.com/YunaiV/ruoyi-vue-pro</url> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>cn.iocoder.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>yudao-common</artifactId> | 
					
						
							| 
									
										
										
										
											2021-09-28 09:18:51 +08:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <!-- Spring 核心 --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-aop</artifactId> | 
					
						
							| 
									
										
										
										
											2021-05-02 00:41:21 +08:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <!-- Web 相关 --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>cn.iocoder.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>yudao-spring-boot-starter-web</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2021-05-17 10:54:30 +08:00
										 |  |  |         <!-- spring boot 配置所需依赖 --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-configuration-processor</artifactId> | 
					
						
							|  |  |  |             <optional>true</optional> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2021-05-02 00:41:21 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-security</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-06 21:45:25 +08:00
										 |  |  |         <!-- 工具类相关 --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.google.guava</groupId> | 
					
						
							|  |  |  |             <artifactId>guava</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-05-08 23:52:31 +08:00
										 |  |  |         <!-- 业务组件 --> | 
					
						
							| 
									
										
										
										
											2021-10-13 23:43:03 +08:00
										 |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2022-05-08 23:52:31 +08:00
										 |  |  |             <groupId>cn.iocoder.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>yudao-module-system-api</artifactId> <!-- 需要使用它,进行 Token 的校验 --> | 
					
						
							|  |  |  |             <version>${revision}</version> | 
					
						
							| 
									
										
										
										
											2021-10-13 23:43:03 +08:00
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2021-05-02 00:41:21 +08:00
										 |  |  |     </dependencies> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </project> |