Ver Fonte

fix on 2020.8.19

jiequan.bi há 4 anos atrás
pai
commit
544a34ba08

+ 0 - 6
module-check/src/main/java/cn/com/ctop/check/script/TestGroovyScript.java

@@ -36,12 +36,6 @@ public class TestGroovyScript {
 
     @Autowired
     GroovyScriptExecutor groovyScriptExecutor;
-    @Autowired
-    private IUserAllocationService userAllocationService;
-    @Autowired
-    private BytedanceAccountReportMapper byteDanceAccountReportMapper;
-    @Autowired
-    private AccountReportMapper ksAccountReportMapper;
 
     @GetMapping("/test")
     public Result testGroovy(){

+ 2 - 2
module-job-bytedance/pom.xml

@@ -180,10 +180,10 @@
                     </dependency>
                 </dependencies>
             </plugin>
-<!--            <plugin>
+            <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
-            </plugin>-->
+            </plugin>
         </plugins>
         <resources>
             <!-- 解决MyBatis配置文件引入问题 -->

+ 2 - 2
module-job-kuaishou/pom.xml

@@ -168,10 +168,10 @@
                     </dependency>
                 </dependencies>
             </plugin>
-<!--            <plugin>
+            <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
-            </plugin>-->
+            </plugin>
         </plugins>
         <resources>
             <!-- 解决MyBatis配置文件引入问题 -->

+ 0 - 1
pom.xml

@@ -479,7 +479,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.8.1</version>
                 <configuration>
                     <source>1.8</source>
                     <target>1.8</target>