Merge pull request #8980 from dataease/pr@dev_export_data

fix(数据源): 校验 ck 非法参数
This commit is contained in:
taojinlong 2024-04-07 17:59:47 +08:00 committed by GitHub
commit e1cfd04cd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,10 @@ import lombok.Getter;
import lombok.Setter;
import org.apache.commons.lang3.StringUtils;
import java.net.URLDecoder;
import java.util.Arrays;
import java.util.List;
@Getter
@Setter
public class CHConfiguration extends JdbcConfiguration {