This week, I refactor the MediCurator into the three modules,
- medicurator-core for the core medicurator stuff.
- medicurator-server for the API.
So that , I can avoid the dependencies conflicts.
And I add the near Duplicate Detect function to the web app and APIs.
http://localhost:4567/duplicateSets?replicasetID1=***&replicasetID2=***
http://localhost:4567/duplicateSets?replicasetID1=***&replicasetID2=***
This makes the functions completely.
What's more, I write some scripts which make user to run my project easier.
Building
./compile.sh
Run webapp
./run_servlet.sh
Run Restful API
./run_api.sh
Building
./compile.sh
Run webapp
./run_servlet.sh
Run Restful API
./run_api.sh
没有评论:
发表评论