Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 436 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 436 Bytes

springboot-bboss-elasticsearch

整合springboot+bboss+elasticsearch,实现java对es的操作
需要修改的配置
application.yml文件:
basePath:对应mapper.xml文件存放的位置
indexs:es的全部索引,以逗号分隔
es:
  basePath: esmapper
  indexs: teacher,student
创建对应的mapper.xml文件即可