HuLa-IM-Server
HuLa-IM-Server copied to clipboard
希望能够提供后端服务启动教程以及项目常见问题解决办法
背景
启动前端项目 HuLa-IM-Tauri
控制台报错WebSocket connection to 'ws://localhost:8090/' failed:
估计是需要启动后端服务
问题
下载后端项目 HuLa-IM-Server
- Maven 报错
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
期望
作为前端开发对于后端开发不怎么会,希望能够提供后端服务启动教程以及项目常见问题解决办法