simple fts
1.0.0
PostgreSQL을 사용한 간단한 전체 텍스트 검색 구현.
리어 엔드 : 스프링 부츠 3.x
프론트 엔드 : 반응.
git clone https://github.com/wlonestar/simple-fts.git && cd simple-ftsmake configsudo -u postgres psql postgres
# alter user postgres with password '123456';make envmake dbconfig /etc/nginx/nginx.conf nginx.conf를 사용하여 IP를 서버 IP로 바꾸십시오
달리다
make run