mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 10:18:42 +08:00 
			
		
		
		
	fix: JdbcUtils.getDbType 使用MyBatis-Plus工具
This commit is contained in:
		| @@ -35,8 +35,7 @@ public class JdbcUtils { | |||||||
|      * @return DB 类型 |      * @return DB 类型 | ||||||
|      */ |      */ | ||||||
|     public static DbType getDbType(String url) { |     public static DbType getDbType(String url) { | ||||||
|         String name = com.alibaba.druid.util.JdbcUtils.getDbType(url, null); |         return com.baomidou.mybatisplus.extension.toolkit.JdbcUtils.getDbType(url); | ||||||
|         return DbType.getDbType(name); |  | ||||||
|     } |     } | ||||||
|  |  | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 dhb52
					dhb52