【fix】修复空项目启动的时候,使用spring默认数据源时 表实际存在,但是启动时候报无可用数据源的问题

This commit is contained in:
韩华锋
2023-09-08 15:12:00 +08:00
parent e88a7053f8
commit 1e7b142ad4

View File

@@ -19,8 +19,8 @@ public class LiteFlowJdbcUtil {
* 获取链接
* 此方法会根据配置判读使用指定数据源还是IOC容器中已有的数据源
*
* @param sqlParserVO
* @return
* @param sqlParserVO sql解析器参数
* @return 返回数据库连接
*/
public static Connection getConn(SQLParserVO sqlParserVO) {
Connection connection = null;