Skip to content

Commit 85faeb6

Browse files
author
“threedr3am”
committed
fix:ldap server
1 parent 1b079d1 commit 85faeb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/com/threedr3am/bug/common/server/LdapServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static void main(String[] args) {
3232
run(args);
3333
}
3434

35-
public static void run(String[] args) {
35+
public static void run(String ... args) {
3636
int port = args.length > 0 ? Integer.parseInt(args[0]) : 43658;
3737
//TODO 把resources下的Calc.class 或者 自定义修改编译后target目录下的Calc.class 拷贝到下面代码所示http://host:port的web服务器根目录即可
3838
String url = args.length > 0 ? args[1] : "http://localhost/#Calc";

0 commit comments

Comments
 (0)