f-cs
f-cs
大佬,knife4j-spring-boot-starter 项目中怎么设置basePath的值,我没找到哪里设置的,但我页面上有个/api 我的版本是3.0.2
前端访问问题
### 大佬,我前端是基于socketJs连接,会请求ws/info接口,报错如下: GET http://localhost:8888/ws/info?t=1657192185347 403 (Forbidden) ### 希望可以给个前端连接的例子做参考 ### 前端连接代码: ` var stompClient = null; function connect() { // 连接上服务端点 var socket = new SockJS("http://localhost:8888/ws"); stompClient = Stomp.over(socket); stompClient.connect({}, function...
表中的数据为空:  查询出来的也为空,但转换后变为 0.0 