校友信息管理系统与机器人技术的结合:基于Spring Boot框架的实现
2025-07-30 10:08
@RestController
public class ChatBotController {
@Autowired

private ChatBotService chatBotService;
@PostMapping("/chat")
public String chat(@RequestBody String message) {
return chatBotService.getResponse(message);
}
}
本站知识库部分内容及素材来源于互联网,如有侵权,联系必删!
标签:校友系统

