提交 636bce5c 编写于 作者: 武汉红喜's avatar 武汉红喜

jdk8+

上级 32a18d8e
# whatsmars # whatsmars
*`mvn clean package -Dmaven.test.skip`* `jdk7+` *`mvn clean package -Dmaven.test.skip`* `jdk8+`
<br>Java生态研究(Spring Boot + Redis + Dubbo + RocketMQ) <br>Java生态研究(Spring Boot + Redis + Dubbo + RocketMQ)
<br>Spring Boot 系列(Servlet, Tomcat, Spring, SpringMVC, Spring Boot) <br>Spring Boot 系列(Servlet, Tomcat, Spring, SpringMVC, Spring Boot)
......
...@@ -75,8 +75,8 @@ ...@@ -75,8 +75,8 @@
<junit.version>4.12</junit.version> <junit.version>4.12</junit.version>
<!-- for maven compiler&resources plugin --> <!-- for maven compiler&resources plugin -->
<java-source.version>1.7</java-source.version> <java-source.version>1.8</java-source.version>
<java-target.version>1.7</java-target.version> <java-target.version>1.8</java-target.version>
<file-encoding>UTF-8</file-encoding> <file-encoding>UTF-8</file-encoding>
<rootdir>${basedir}</rootdir> <rootdir>${basedir}</rootdir>
......
...@@ -9,6 +9,6 @@ public class LambdaTest { ...@@ -9,6 +9,6 @@ public class LambdaTest {
@Test @Test
public void t1() { public void t1() {
// new Thread(() -> System.out.println("hi,lambda!")).start(); new Thread(() -> System.out.println("hi,lambda!")).start();
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册