目录1. 项目部署1.1 添加依赖1.2 配置application.yml 文件1.3 测试是否注入成功2. 操作2.1 索引库操作2.1.1 实体类注解2.1.2 创建映射2.2 索引数据CRUD操作2.2.1 创建索引数据2.2.2 查询索引数据2.2.3 ⾃定义⽅法查
i am creating a sample movie (MVC) application. I was getting fine with Viewing and Creating a new record, but when i wrote the code to get the details of a particular record i met with the following