2021-08-05

This commit is contained in:
2021-08-05 17:59:24 +09:00
parent 5f17645bda
commit a69e814fdb
43 changed files with 1017 additions and 28 deletions

View File

@@ -6,8 +6,11 @@
*/
rootProject.name = "java-examples"
include("json-web-token", "mockito",
"mosquitto", "rabbit-mq",
include(
"json-web-token", "mockito",
"mosquitto", "rabbit-mq",
"ssh",
"web-socket-servlet","web-socket-client",
"thread", "hibernate")
"web-socket-servlet", "web-socket-client",
"thread", "hibernate", "jdbc-sqlite",
"xml", "jackson", "jsoup"
)