Bladeren bron

修改xxl-job pom文件依赖

syh 4 jaren geleden
bovenliggende
commit
0bd748bf3c

+ 0 - 1
module-check/pom.xml

@@ -77,5 +77,4 @@
             </plugin>
             </plugin>
         </plugins>
         </plugins>
     </build>
     </build>
-
 </project>
 </project>

+ 1 - 2
module-job-bytedance/src/main/java/cn/com/ctop/job/bytedance/config/MybatisPlusConfig.java

@@ -11,8 +11,7 @@ import org.springframework.context.annotation.Configuration;
  *
  *
  */
  */
 @Configuration
 @Configuration
-@MapperScan(value = {"org.jeecg.modules.**.mapper*", "cn.com.ctop.**.mapper*", "cn.com.ctop.bytedance.mapper*"})
-
+@MapperScan(value = {"org.jeecg.modules.**.mapper*", "cn.com.ctop.**.mapper*"})
 public class MybatisPlusConfig {
 public class MybatisPlusConfig {
 
 
     /**
     /**