codingXiaxw / CustomerManagement

a simple customer management system using MVC model with development ducumentation :bowtie:
http://codingxiaxw.cn
1.39k stars 710 forks source link

JavaWeb项目之客户管理系统

项目介绍

详细讲解请点击这里前往我的博客客户管理系统项目

功能介绍

运用知识

准备

1.导入第三方jar包以及c3p0配置文件。

2.建包

搭建环境

IntelliJ IDEA + MySQL 或者 eclipse + MySQL

使用方法

  1. git clone https://github.com/codingXiaxw/CustomerManagement.git
  2. 使用IntelliJ IDEA导入打开 或者 使用eclipse打开CustomerManagement_for_Eclipse项目
  3. 使用eclipse/src/create_table.sql文件中的sql语句创建相应的数据库及表
  4. 修改CustomerManagement/srcc3p0-config.xml中数据库相关信息
  5. 部署Tomcat并启动
  6. enjoy it

项目功能截图

添加客户

查询客户

编辑客户

高级搜索客户

新增分页后的界面