netty-netty与api进行合并,这样可以方便我们进行之后的人脸切换到二维码的操作
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user