Spring-Boot-WebSocket 问题在 SpringBoot WebSocket 中, 我们使用常规注解, @ServerEndpoint 之后会出现无法注入的问题 解决方案 在上面写到我们需要补充 configuration 配置 12345678910public class CdiAwareConfigurator extends ServerEndpointConfig.Configurator { p 2023-01-02 #Spring #WebSocket
Windows(WSL2) 开发环境安装 install wsl1wsl --install set version 21wsl --set-default-version 2 install debian open the microsoft store search debian install install sdkmanbefore install sdkman you need todohttps://www.graalv 2022-12-01 #Windows #wsl