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