add readme

add bdserver-docker
add yjs plugin
This commit is contained in:
CaiHQ
2022-05-20 23:31:40 +08:00
parent f372e358a1
commit 0ffd44aef7
14 changed files with 245 additions and 33 deletions

View File

@@ -0,0 +1,10 @@
import org.bdware.sc.debugger.DebugMain;
import org.junit.Test;
public class HelloTest {
@Test
public void run() {
DebugMain.runWithConf("./debugconf.json");
for (; ; ) ;
}
}