使用java后端的Git克隆Web应用程序

时间:2018-05-30 01:03:21

标签: java git intellij-idea

我正在尝试在Intellij IDEA中克隆克隆

https://github.com/copperhead/AttestationServer

该应用程序包括前端HTML和javascript以及我相信的后端JAVA和sqlite。

  

final HttpServer server = HttpServer.create(new InetSocketAddress(“localhost”,8080),0);

     

https://github.com/copperhead/AttestationServer/blob/master/src/main/java/co/copperhead/attestationserver/AttestationServer.java#L203

我如何运行

  

public static void main(final String [] args)抛出异常{

我该如何解决这个问题?或者我错过了什么?如何获得100%作为实际在线实施工作的本地副本。

实际在线实施工作:

  

https://attestation.copperhead.co/

0 个答案:

没有答案