Archived
0

создана абстракция над NettyServer

This commit is contained in:
2021-04-27 00:10:55 +03:00
parent eff6dcf148
commit 2a1992b6dd
19 changed files with 194 additions and 201 deletions

View File

@@ -15,9 +15,7 @@ dependencies {
implementation libs.logger.logback
implementation platform('io.projectreactor:reactor-bom:2020.0.6')
implementation 'io.projectreactor:reactor-core'
implementation 'io.netty:netty-all:4.1.22.Final'
implementation libs.netty
implementation libs.reactor
implementation libs.guava
}