打包第一次尝试:可以打包,maven依赖库可以打入,但本地库不能

This commit is contained in:
free will
2021-05-13 10:04:31 +08:00
parent 6052e73ef5
commit a23fc283d4
3 changed files with 26 additions and 82 deletions
+2 -2
View File
@@ -203,7 +203,7 @@ public class LogicFaceTest {
/**
* 开启一个tcp服务器,端口号为60000
*/
@Test
// @Test
public void startTCPServer() {
ServerSocket socket = null;
OutputStream outputStream = null;
@@ -244,7 +244,7 @@ public class LogicFaceTest {
* 测试结果:
* [-15, 0, -6, 25, -52, 4, 4, 5, 6, 7, -15, 0, -5, 15, -15, 0, -4, 1, 1, -15, 0, -3, 1, 1, -15, 0, -2, 1, 0]
*/
@Test
// @Test
public void startUDPServer() throws IOException {
while(true){
//1.创建服务端+端口
@@ -91,7 +91,7 @@ public class TcpTransportTest {
/**
* 开启一个tcp服务器,端口号为60000
*/
@Test
// @Test
public void startTCPServer() {
ServerSocket socket = null;
OutputStream outputStream = null;