이너서클 4기 커머스 2팀 프로젝트 개요
cd service/search
docker-compose up -d
docker exec es01 ./bin/elasticsearch-plugin install analysis-nori
docker restart es01#!/bin/bash
curl -X PUT "http://localhost:9200/product_index" \
-H "Content-Type: application/json" \
-d @service/search/src/main/resources/elasticsearch/product_index.json
각 모듈을 dev profile로 실행
실행하면서 확인