mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	update 优化 注释掉其他数据库 jdbc 依赖 由用户手动添加
This commit is contained in:
		@@ -22,21 +22,28 @@
 | 
			
		||||
            <groupId>com.mysql</groupId>
 | 
			
		||||
            <artifactId>mysql-connector-j</artifactId>
 | 
			
		||||
        </dependency>
 | 
			
		||||
        <!-- Oracle -->
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>com.oracle.database.jdbc</groupId>
 | 
			
		||||
            <artifactId>ojdbc8</artifactId>
 | 
			
		||||
        </dependency>
 | 
			
		||||
        <!-- PostgreSql -->
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>org.postgresql</groupId>
 | 
			
		||||
            <artifactId>postgresql</artifactId>
 | 
			
		||||
        </dependency>
 | 
			
		||||
        <!-- SqlServer -->
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>com.microsoft.sqlserver</groupId>
 | 
			
		||||
            <artifactId>mssql-jdbc</artifactId>
 | 
			
		||||
        </dependency>
 | 
			
		||||
 | 
			
		||||
<!--        <!– mp支持的数据库均支持 只需要增加对应的jdbc依赖即可 –>-->
 | 
			
		||||
<!--        <!– Oracle –>-->
 | 
			
		||||
<!--        <dependency>-->
 | 
			
		||||
<!--            <groupId>com.oracle.database.jdbc</groupId>-->
 | 
			
		||||
<!--            <artifactId>ojdbc8</artifactId>-->
 | 
			
		||||
<!--        </dependency>-->
 | 
			
		||||
<!--        <!– 兼容oracle低版本 –>-->
 | 
			
		||||
<!--        <dependency>-->
 | 
			
		||||
<!--            <groupId>com.oracle.database.nls</groupId>-->
 | 
			
		||||
<!--            <artifactId>orai18n</artifactId>-->
 | 
			
		||||
<!--        </dependency>-->
 | 
			
		||||
<!--        <!– PostgreSql –>-->
 | 
			
		||||
<!--        <dependency>-->
 | 
			
		||||
<!--            <groupId>org.postgresql</groupId>-->
 | 
			
		||||
<!--            <artifactId>postgresql</artifactId>-->
 | 
			
		||||
<!--        </dependency>-->
 | 
			
		||||
<!--        <!– SqlServer –>-->
 | 
			
		||||
<!--        <dependency>-->
 | 
			
		||||
<!--            <groupId>com.microsoft.sqlserver</groupId>-->
 | 
			
		||||
<!--            <artifactId>mssql-jdbc</artifactId>-->
 | 
			
		||||
<!--        </dependency>-->
 | 
			
		||||
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>org.dromara</groupId>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user