We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b079d1 commit 85faeb6Copy full SHA for 85faeb6
common/src/main/java/com/threedr3am/bug/common/server/LdapServer.java
@@ -32,7 +32,7 @@ public static void main(String[] args) {
32
run(args);
33
}
34
35
- public static void run(String[] args) {
+ public static void run(String ... args) {
36
int port = args.length > 0 ? Integer.parseInt(args[0]) : 43658;
37
//TODO 把resources下的Calc.class 或者 自定义修改编译后target目录下的Calc.class 拷贝到下面代码所示http://host:port的web服务器根目录即可
38
String url = args.length > 0 ? args[1] : "http://localhost/#Calc";
0 commit comments