# easyrec **Repository Path**: githubsync/easyrec ## Basic Information - **Project Name**: easyrec - **Description**: easyrec 学习 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-02-19 - **Last Updated**: 2022-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 推荐系统 easyrec # 安装教程 https://sourceforge.net/p/easyrec/wiki/Installation%20Guide/ create database easyrec; grant index, create, select, insert, update, drop, delete, alter, lock tables on easyrec.* to 'easyrecuser'@'localhost' identified by 'password'; mvn clean package -DskipTests 部署web war到tomcat http://localhost:8081/easyrec-web 设置数据库连接方式