Code Monkey home page Code Monkey logo

crm's Introduction

一、说在前面

img.png img_1.png img_2.png

二、技术栈

  1. springboot
  2. 数据库 MySQL 5.7
  3. 前端模板 layui
  4. 持久层 mybatis-plus
  5. 模板引擎 freemark
  6. 生成目录树插件 Z-tree
  7. 数据连接池 Druid
  8. 接口测试工具 swagger2
  9. 图标展示工具 echars
  10. 分页工具 PageHelper
  11. 插件(注解生成get set方法)Lombok

三、工具

  1. IDEA
  2. Navicat Premium
  3. MySQL 8.0
  4. Chrome浏览器

四、食用方式

1.新建一个名为 crm 的数据库,然后导入本项目中的sql文件 2.IDEA安装lombok插件(在插件库中直接搜索即可下载) 3.运行启动访问 http://localhost:8080/ 即可 4.可在swagger( localhost:8080/swagger-ui.html )中查看本项目中的所有接口,有个总体了解

登录页: 在这里插入图片描述 页面: 在这里插入图片描述


五、数据库表间关系

5.1.营销管理 在这里插入图片描述 5.2.客户管理 在这里插入图片描述 5.3.服务管理在这里插入图片描述 5.4.权限管理在这里插入图片描述 5.5.其余:日志表(t_log)、t_datadic(字典表)

六、项目目录说明

  • main.java.top.upstudy
    • base (公共类)
    • crm
      • annotations (自定义注解)
      • aspect(切面类)
      • config(配置类)
      • controller(controler层)
      • enums(枚举类)
      • exceptions(全局异常配置)
      • generator(代码生成器)
      • interceptor(拦截器)
      • mapper(大部分增删改查使用了mybatis-plus,自定义SQL的已在这里声明)
      • pojo(实体类)
      • query(查询类)
      • service(service层)
      • task(定时任务,定时将定义流失的用户添加到流失表)
      • utils(工具类)
      • vo(自定义实体)

crm's People

Contributors

slightlee avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.