提交 dbdb4006 编写于 作者: C1NJA's avatar C1NJA

4th

上级 e4231dfa
......@@ -2,8 +2,8 @@
autoOpen: true # 打开工作空间时是否自动开启所有应用的预览
apps:
- port: 5500 # 应用的端口
command: source src/test/java/cn/edu/whut/ && java MainTest.java # 使用此命令启动服务,且不执行run
root: /ide/workspace/1024opensource # 应用的启动目录
command: java MainTest.java # 使用此命令启动服务,且不执行run
root: /ide/workspace/1024opensource/src/test/java/cn/edu/whut # 应用的启动目录
name: weozone # 应用名称
description: 测试版weozone。 # 应用描述
autoOpen: true # 打开工作空间时是否自动开启预览(优先级高于根级 autoOpen
package cn.edu.whut;
import org.junit.Test;
//import org.junit.Test;
/**
* Created by IntelliJ IDEA.
......@@ -16,9 +16,9 @@ public class MainTest {
System.out.println("Hello, world!!!");
}
@Test
public void test1() {
String s = "一二三四五".toLowerCase();
System.out.println(s);
}
// @Test
// public void test1() {
// String s = "一二三四五".toLowerCase();
// System.out.println(s);
// }
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册