We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
启动前端项目 HuLa-IM-Tauri 控制台报错WebSocket connection to 'ws://localhost:8090/' failed: 估计是需要启动后端服务
WebSocket connection to 'ws://localhost:8090/' failed:
下载后端项目 HuLa-IM-Server
Unresolved plugin: 'org.springframework.boot:spring-boot-maven-plugin:<unknown>'
Cannot resolve plugin org.springframework.boot:spring-boot-maven-plugin:<unknown>
HuLaImServiceApplication
23:21:55.562 [main] ERROR org.springframework.boot.SpringApplication -- Application run failed org.yaml.snakeyaml.error.YAMLException: java.nio.charset.MalformedInputException: Input length = 1
作为前端开发对于后端开发不怎么会,希望能够提供后端服务启动教程以及项目常见问题解决办法
The text was updated successfully, but these errors were encountered:
后端服务现在暂时没有时间部署线上的服务器,也暂时没有写文档,后端这块你的报错随便百度就可以解决了,如果前端你想体验无接口内容可以回退到版本v1.5
Sorry, something went wrong.
@nongyehong 大佬,后端方便加个 Readem 说明一下使用的环境吗
可以的,但是现在人手有点不够,会在后续加上,你可以加我wx:cy2439646234,我拉你进微信讨论群,有什么问题可以随时发问,现在v2.5.0版本是可以扫码登录了,我前天部署好了线上环境
No branches or pull requests
背景
启动前端项目 HuLa-IM-Tauri
控制台报错
WebSocket connection to 'ws://localhost:8090/' failed:
估计是需要启动后端服务问题
下载后端项目 HuLa-IM-Server
Unresolved plugin: 'org.springframework.boot:spring-boot-maven-plugin:<unknown>'
Cannot resolve plugin org.springframework.boot:spring-boot-maven-plugin:<unknown>
等HuLaImServiceApplication
报错23:21:55.562 [main] ERROR org.springframework.boot.SpringApplication -- Application run failed org.yaml.snakeyaml.error.YAMLException: java.nio.charset.MalformedInputException: Input length = 1
期望
作为前端开发对于后端开发不怎么会,希望能够提供后端服务启动教程以及项目常见问题解决办法
The text was updated successfully, but these errors were encountered: