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