2021-08-05

This commit is contained in:
2021-08-05 11:46:27 +09:00
parent 2a56dff104
commit 438bf4bd5c
58 changed files with 2418 additions and 33 deletions

View File

@@ -1,3 +1,13 @@
/*
* Examples for Java
*
* Copyright (c) 2021. Elex. All Rights Reserved.
* https://www.elex-project.com/
*/
rootProject.name = "java-examples"
include("java-web-token", "mockito",
"mosquitto", "rabbit-mq", "ssh", "web-socket")
include("json-web-token", "mockito",
"mosquitto", "rabbit-mq",
"ssh",
"web-socket-servlet","web-socket-client",
"thread")