摘要:
一、proxy_pass 后面有 / location /api/ { proxy_pass http://localhost:8080/; } location /api/ { proxy_pass http://localhost:8080/xx/; }比如请求 http://localhost 阅读全文
摘要:
先看效果 1、WebSocket服务建立 1.1 引入包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</artifactId> </depende 阅读全文