# crm **Repository Path**: guojinpeng/crm ## Basic Information - **Project Name**: crm - **Description**: SpringBoot MybatisPlus整合开发的CRM客户关系管理系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 3 - **Created**: 2017-06-05 - **Last Updated**: 2022-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README SpringBoot+MybatisPlus整合的客户关系管理系统 = * 环境 : IntelliJ IDEA 2016.3.7 (如果是跟我一样的话,可以直接pull下去运行) * 数据库 :MySql * 框架 :SpringBoot,MybatisPlus,Bootstrap,JQuery 2017-6-5 更新 - resource目录下有sql文件,新建一个crm数据库,然后直接执行crm.sql文件 然后运行项目,浏览器输入 http://localhost:8080/customer/index 即可访问