随笔分类 - Database
摘要:springboot添加依赖 <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>runtime</scope> </dependency> application添加配置 # DataS
阅读全文
摘要:查询 GET /index/type/id 搜索 GET /bank/_search { "query": { "match_all":{} }, "source":["lastname","balance"] 更新 覆盖更新后能随时查询,update更新无法根据新家字段查询(版本未知) 将prop
阅读全文