diff --git a/cloud-etl-server/src/main/java/com/muyu/cloud/etl/controller/AccreditController.java b/cloud-etl-server/src/main/java/com/muyu/cloud/etl/controller/AccreditController.java index 6dfa0fc..abb0b94 100644 --- a/cloud-etl-server/src/main/java/com/muyu/cloud/etl/controller/AccreditController.java +++ b/cloud-etl-server/src/main/java/com/muyu/cloud/etl/controller/AccreditController.java @@ -7,8 +7,6 @@ import com.muyu.domain.Accredit; import com.muyu.domain.rep.AccreditDeptRep; import com.muyu.domain.rep.AccreditUserRep; import com.muyu.domain.req.AccreditReq; -import com.muyu.mysql.MySqlDataSource; -import com.muyu.mysql.MySqlQuery; import lombok.extern.log4j.Log4j2; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; @@ -23,8 +21,8 @@ public class AccreditController { private AccreditService accreditService; @Autowired private TableInfoService tableInfoService; - @Autowired - private MySqlDataSource mySqlDataSource; +// @Autowired +// private MySqlDataSource mySqlDataSource; //根据表Id查询数据库名称接入名称和表名称 @GetMapping("/findAccredit")