| 
									
										
										
										
											2021-05-01 22:25:25 +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-mybatis</artifactId> | 
					
						
							|  |  |  |  |     <packaging>jar</packaging> | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-02-10 11:16:17 +08:00
										 |  |  |  |     <name>${project.artifactId}</name> | 
					
						
							| 
									
										
										
										
											2021-05-01 22:25:25 +08:00
										 |  |  |  |     <description>数据库连接池、多数据源、事务、MyBatis 拓展</description> | 
					
						
							|  |  |  |  |     <url>https://github.com/YunaiV/ruoyi-vue-pro</url> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |     <dependencies> | 
					
						
							|  |  |  |  |         <dependency> | 
					
						
							|  |  |  |  |             <groupId>cn.iocoder.boot</groupId> | 
					
						
							| 
									
										
										
										
											2021-05-02 15:41:38 +08:00
										 |  |  |  |             <artifactId>yudao-common</artifactId> | 
					
						
							| 
									
										
										
										
											2021-05-01 22:25:25 +08:00
										 |  |  |  |         </dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         <!-- Web 相关 --> | 
					
						
							|  |  |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2022-04-09 17:26:11 +08:00
										 |  |  |  |             <groupId>cn.iocoder.boot</groupId> | 
					
						
							|  |  |  |  |             <artifactId>yudao-spring-boot-starter-web</artifactId> | 
					
						
							| 
									
										
										
										
											2021-05-01 22:25:25 +08:00
										 |  |  |  |             <scope>provided</scope> <!-- 设置为 provided,只有 OncePerRequestFilter 使用到 --> | 
					
						
							|  |  |  |  |         </dependency> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         <!-- DB 相关 --> | 
					
						
							|  |  |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2022-12-09 18:34:34 +08:00
										 |  |  |  |             <groupId>com.mysql</groupId> | 
					
						
							|  |  |  |  |             <artifactId>mysql-connector-j</artifactId> | 
					
						
							| 
									
										
										
										
											2021-05-01 22:25:25 +08:00
										 |  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2022-04-28 20:42:13 +08:00
										 |  |  |  |         <dependency> | 
					
						
							|  |  |  |  |             <groupId>com.oracle.database.jdbc</groupId> | 
					
						
							|  |  |  |  |             <artifactId>ojdbc8</artifactId> | 
					
						
							| 
									
										
										
										
											2023-11-06 21:17:27 +08:00
										 |  |  |  |             <optional>true</optional> | 
					
						
							| 
									
										
										
										
											2022-04-28 20:42:13 +08:00
										 |  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2022-04-30 11:38:21 +08:00
										 |  |  |  |         <dependency> | 
					
						
							|  |  |  |  |             <groupId>org.postgresql</groupId> | 
					
						
							|  |  |  |  |             <artifactId>postgresql</artifactId> | 
					
						
							| 
									
										
										
										
											2023-11-06 21:17:27 +08:00
										 |  |  |  |             <optional>true</optional> | 
					
						
							| 
									
										
										
										
											2022-04-30 11:38:21 +08:00
										 |  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2022-05-02 12:33:37 +08:00
										 |  |  |  |         <dependency> | 
					
						
							|  |  |  |  |             <groupId>com.microsoft.sqlserver</groupId> | 
					
						
							|  |  |  |  |             <artifactId>mssql-jdbc</artifactId> | 
					
						
							| 
									
										
										
										
											2023-11-06 21:17:27 +08:00
										 |  |  |  |             <optional>true</optional> | 
					
						
							| 
									
										
										
										
											2022-05-02 12:33:37 +08:00
										 |  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2023-05-09 14:03:45 +08:00
										 |  |  |  |         <dependency> | 
					
						
							|  |  |  |  |             <groupId>com.dameng</groupId> | 
					
						
							|  |  |  |  |             <artifactId>DmJdbcDriver18</artifactId> | 
					
						
							| 
									
										
										
										
											2023-11-06 21:17:27 +08:00
										 |  |  |  |             <optional>true</optional> | 
					
						
							| 
									
										
										
										
											2023-05-09 14:03:45 +08:00
										 |  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2023-11-06 19:04:01 +08:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-05-01 22:25:25 +08:00
										 |  |  |  |         <dependency> | 
					
						
							|  |  |  |  |             <groupId>com.alibaba</groupId> | 
					
						
							| 
									
										
										
										
											2023-12-07 20:48:11 +08:00
										 |  |  |  |             <artifactId>druid-spring-boot-3-starter</artifactId> | 
					
						
							| 
									
										
										
										
											2021-05-01 22:25:25 +08:00
										 |  |  |  |         </dependency> | 
					
						
							|  |  |  |  |         <dependency> | 
					
						
							|  |  |  |  |             <groupId>com.baomidou</groupId> | 
					
						
							| 
									
										
										
										
											2023-12-07 20:48:11 +08:00
										 |  |  |  |             <artifactId>mybatis-plus-spring-boot3-starter</artifactId> | 
					
						
							| 
									
										
										
										
											2021-05-01 22:25:25 +08:00
										 |  |  |  |         </dependency> | 
					
						
							|  |  |  |  |         <dependency> | 
					
						
							|  |  |  |  |             <groupId>com.baomidou</groupId> | 
					
						
							| 
									
										
										
										
											2023-12-07 20:48:11 +08:00
										 |  |  |  |             <artifactId>dynamic-datasource-spring-boot3-starter</artifactId> <!-- 多数据源 --> | 
					
						
							| 
									
										
										
										
											2023-12-29 12:54:52 +08:00
										 |  |  |  |             <exclusions> | 
					
						
							|  |  |  |  |                 <exclusion> | 
					
						
							|  |  |  |  |                     <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |  |                     <artifactId>spring-boot-starter-undertow</artifactId> | 
					
						
							|  |  |  |  |                 </exclusion> | 
					
						
							|  |  |  |  |             </exclusions> | 
					
						
							| 
									
										
										
										
											2021-05-01 22:25:25 +08:00
										 |  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2022-05-19 02:17:44 +08:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-03-11 17:47:15 +08:00
										 |  |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2023-03-13 18:32:43 +08:00
										 |  |  |  |             <groupId>com.github.yulichang</groupId> | 
					
						
							| 
									
										
										
										
											2023-07-27 13:00:52 +08:00
										 |  |  |  |             <artifactId>mybatis-plus-join-boot-starter</artifactId> <!-- MyBatis 联表查询 --> | 
					
						
							| 
									
										
										
										
											2023-03-11 17:47:15 +08:00
										 |  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2021-05-01 22:25:25 +08:00
										 |  |  |  |     </dependencies> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | </project> |