mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 12:12:08 +08:00
【fix】修复空项目启动的时候,使用spring默认数据源时 表实际存在,但是启动时候报无可用数据源的问题
This commit is contained in:
@@ -19,8 +19,8 @@ public class LiteFlowJdbcUtil {
|
||||
* 获取链接
|
||||
* 此方法会根据配置,判读使用指定数据源,还是IOC容器中已有的数据源
|
||||
*
|
||||
* @param sqlParserVO
|
||||
* @return
|
||||
* @param sqlParserVO sql解析器参数
|
||||
* @return 返回数据库连接
|
||||
*/
|
||||
public static Connection getConn(SQLParserVO sqlParserVO) {
|
||||
Connection connection = null;
|
||||
|
||||
Reference in New Issue
Block a user