feat: 添加 spring-boot-websocket starter.

This commit is contained in:
ljh01459796
2023-06-25 20:30:56 +08:00
parent 22aefbf7c5
commit 176f3d9a3f
14 changed files with 558 additions and 1 deletions

View File

@@ -19,6 +19,13 @@ spring:
mvc:
pathmatch:
matching-strategy: ANT_PATH_MATCHER
websocket:
# 1MB
binary-buffer-size: 1048576
# 1MB
text-buffer-size: 1048576
# 30MIN
session-idle-timeout: 1800000
datasource:
druid:
driver-class-name: com.mysql.cj.jdbc.Driver