Skip to content

INNER-CIRCLE-ICD4/Project-3.-Commerce-2

Repository files navigation

개요

이너서클 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로 실행

시연.http

실행하면서 확인

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors