mirror of
https://github.com/luoye663/e5.git
synced 2024-12-25 03:08:52 +00:00
降低maven编译jdk版本
This commit is contained in:
parent
531a725592
commit
9ea4960c71
4
pom.xml
4
pom.xml
@ -176,8 +176,8 @@
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<source>9</source>
|
||||
<target>9</target>
|
||||
<source>8</source>
|
||||
<target>8</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
@ -79,6 +79,7 @@ public class Start {
|
||||
} catch (InterruptedException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
log.info("本轮调用完成!");
|
||||
}
|
||||
|
||||
/*任务执行*/
|
||||
|
@ -12,13 +12,9 @@ import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.beans.factory.annotation.Value;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import javax.annotation.PreDestroy;
|
||||
import java.io.IOException;
|
||||
import java.util.Iterator;
|
||||
import java.util.List;
|
||||
import java.util.Random;
|
||||
import java.util.concurrent.Flow;
|
||||
import java.util.concurrent.SubmissionPublisher;
|
||||
|
||||
/**
|
||||
* @program: e5
|
||||
|
Loading…
Reference in New Issue
Block a user