netty-netty与api进行合并,这样可以方便我们进行之后的人脸切换到二维码的操作

This commit is contained in:
limqhz
2020-07-14 01:00:16 +08:00
parent fb9fa0ed4f
commit 7f2e9ffdb3
48 changed files with 238 additions and 514 deletions

View File

@@ -73,6 +73,7 @@ mybatis:
mapper-locations: classpath:mybatis/mapper/*/*.xml
face:
# url: 192.168.1.111
url: 23r3o72310.iask.in
account: test@test.com
pwd: 123456
@@ -81,4 +82,20 @@ logging:
level:
com:
sv:
mapper: DEBUG
mapper: DEBUG
#netty服务器配置
netty:
port: 56792
boss:
thread:
count: 1
worker:
thread:
count: 2
so:
keepalive: true
backlog: 128
reuseaddr: true
tcp_nodelay: true