# recommender **Repository Path**: githubsync/recommender ## Basic Information - **Project Name**: recommender - **Description**: http://lenskit.org/ springboot demo - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-11 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # recommender http://lenskit.org/ springboot demo,[reference](https://github.com/orangeyts/lenskit-webservice.git),because it is unavailable # lenskit [lenskit basics](http://lenskit.org/documentation/basics/) # h2 db [h2-console](http://localhost:8080/h2-console) # swagger [swagger](http://localhost:8080/swagger-ui.html#/) # git cherry-pick ```GitHub 进行 pull request时,如何选择个别提交 创建分支 git checkout -b upstream upstream/master 选择pull request的commit id git cherry-pick (commit id) 将分支推送到github git push origin upstream 在pull request时head branch中选择upstream```