2024年2月26日

JdbcTemplate 自定义返回的结果集字段和实体类映射

摘要: 废话不多:抄袭代码 package com.webank.wedatasphere.qualitis.handler; import com.webank.wedatasphere.qualitis.response.Grid; import com.webank.wedatasphere.qual 阅读全文

posted @ 2024-02-26 11:37 白嫖老郭 阅读(71) 评论(0) 推荐(0) 编辑

通用的SpringBoot集成的文件上传与下载

摘要: 废话不多说--直接看代码 controller package com.webank.wedatasphere.qualitis.controller.thymeleaf; import com.webank.wedatasphere.qualitis.handler.CommonExcelServ 阅读全文

posted @ 2024-02-26 11:35 白嫖老郭 阅读(14) 评论(0) 推荐(0) 编辑

SpringBoot应用调用Linkis进行任务调度执行SQl;进行数据质量分析

摘要: 基于Linkis的Rest-API调用任务 官网示例:“https://linkis.apache.org/zh-CN/docs/1.3.2/api/linkis-task-operator” 集合Springboot集成 准备工作:SpringBoot-web应用:封装好支持cookie的rest 阅读全文

posted @ 2024-02-26 11:29 白嫖老郭 阅读(28) 评论(0) 推荐(0) 编辑

导航