websocket注入无效
@Autowired等注入无效解决方法:在需要使用你想注入的service的地方用如下方式引用:GameRecordService gameRecordService = application...
@Autowired等注入无效解决方法:在需要使用你想注入的service的地方用如下方式引用:GameRecordService gameRecordService = application...
需要在配置文件nginx.conf中配置相关信息nginx文件的location中添加proxy_http_version 1.1;proxy_set_header Upgrade $http_...
1.引入包compile 'org.springframework.boot:spring-boot-starter-websocket'2.新建类MyWebsocketimport org.s...
maven依赖<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/PO...