shiqian 3 年之前
父节点
当前提交
0cc8867485
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      boman-report/src/main/java/com/boman/report/service/impl/TableServiceImpl.java

+ 3 - 2
boman-report/src/main/java/com/boman/report/service/impl/TableServiceImpl.java

@@ -7,15 +7,16 @@ import com.boman.report.service.ITableService;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Service;
 import org.springframework.stereotype.Service;
 
 
+import javax.annotation.Resource;
 import java.util.List;
 import java.util.List;
 import java.util.Set;
 import java.util.Set;
 
 
 @Service
 @Service
 public class TableServiceImpl implements ITableService {
 public class TableServiceImpl implements ITableService {
 
 
-    @Autowired
+    @Resource
     private TableMapper mapper;
     private TableMapper mapper;
-    @Autowired
+    @Resource
     private IgnoreTable ignoreTable;
     private IgnoreTable ignoreTable;
 
 
     /**
     /**