Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 229 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 229 Bytes

SpringBootSolr

Step 1:

Start solr and create solr core. Execute below commands in solr bin

./solr status

./solr start

./solr create -c book

Step 2:

Start Application as Spring Boot App or Run as Java App