• 大小: 23.52MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-08-07
  • 语言: Java
  • 标签:

资源简介

基于java的客户关系管理系统的设计与实现(论文+毕业设计)
技术:后端:java,前端:html+js+css
框架:springBoot SSM
运行工具:idea
数据库:mysql
1、下载并安装mysql,将脚本执行至数据库中;
2、配置java环境,使用jdk8,配置环境变量,下载IntelliJ IDEA 2019.2.4,该工具为java代码编译器
3、下载Maven,配置至环境变量(不会的评论下,博主会回复),将构建器为Maven,类库配置成阿里库(不会的评论下,博主会回复)
4、将工程导入后,在application-local.yml文件中配置数据库
5、在logback-prod.xml文件中配置log日志
6、配置完毕后,即可启动
访问地址:http://localhost:8082/CRM/login.html
用户名:admin
密码:(不宜公开,评论下,博主会发私信)
1、登录页面: 
2、首页 
3、用户管理列表页
4、添加用户 
5、客户关系管理列表 
6、客户人员信息添加 
7、添加成功: 
8、添加成功列表页
有需要的同学可以加微信,完全免费,仅作交流使用
该软件完全免费并且开源,仅作交流使用,严禁商业使用

资源截图

代码片段和文件信息

/*
 * Copyright 2007-present the original author or authors.
 *
 * Licensed under the Apache License Version 2.0 (the “License“);
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing software
 * distributed under the License is distributed on an “AS IS“ BASIS
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

import java.net.*;
import java.io.*;
import java.nio.channels.*;
import java.util.Properties;

public class MavenWrapperDownloader {

    private static final String WRAPPER_VERSION = “0.5.6“;
    /**
     * Default URL to download the maven-wrapper.jar from if no ‘downloadUrl‘ is provided.
     */
    private static final String DEFAULT_DOWNLOAD_URL = “https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/“
            + WRAPPER_VERSION + “/maven-wrapper-“ + WRAPPER_VERSION + “.jar“;

    /**
     * Path to the maven-wrapper.properties file which might contain a downloadUrl property to
     * use instead of the default one.
     */
    private static final String MAVEN_WRAPPER_PROPERTIES_PATH =
            “.mvn/wrapper/maven-wrapper.properties“;

    /**
     * Path where the maven-wrapper.jar will be saved to.
     */
    private static final String MAVEN_WRAPPER_JAR_PATH =
            “.mvn/wrapper/maven-wrapper.jar“;

    /**
     * Name of the property which should be used to override the default download url for the wrapper.
     */
    private static final String PROPERTY_NAME_WRAPPER_URL = “wrapperUrl“;

    public static void main(String args[]) {
        System.out.println(“- Downloader started“);
        File baseDirectory = new File(args[0]);
        System.out.println(“- Using base directory: “ + baseDirectory.getAbsolutePath());

        // If the maven-wrapper.properties exists read it and check if it contains a custom
        // wrapperUrl parameter.
        File mavenWrapperPropertyFile = new File(baseDirectory MAVEN_WRAPPER_PROPERTIES_PATH);
        String url = DEFAULT_DOWNLOAD_URL;
        if (mavenWrapperPropertyFile.exists()) {
            FileInputStream mavenWrapperPropertyFileInputStream = null;
            try {
                mavenWrapperPropertyFileInputStream = new FileInputStream(mavenWrapperPropertyFile);
                Properties mavenWrapperProperties = new Properties();
                mavenWrapperProperties.load(mavenWrapperPropertyFileInputStream);
                url = mavenWrapperProperties.getProperty(PROPERTY_NAME_WRAPPER_URL url);
            } catch (IOException e) {
                System.out.println(“- ERROR loading ‘“ + MAVEN_WRAPPER_PROPERTIES_PATH + “‘“);
            } finally {
                try {
                    if (mavenWrapperPropertyFileInputStream != null) {
 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2020-04-15 23:10  CRM\
     文件         333  2020-03-06 22:26  CRM\.gitignore
     目录           0  2020-03-21 12:15  CRM\.idea\
     文件         489  2020-03-21 10:20  CRM\.idea\$PRODUCT_WORKSPACE_FILE$
     文件         707  2020-03-21 12:04  CRM\.idea\compiler.xml
     文件         177  2020-03-21 10:22  CRM\.idea\encodings.xml
     文件         526  2020-03-21 10:20  CRM\.idea\misc.xml
     文件        8915  2020-03-21 10:22  CRM\.idea\uiDesigner.xml
     文件        3778  2020-03-21 12:15  CRM\.idea\workspace.xml
     目录           0  2020-03-21 12:15  CRM\.mvn\
     目录           0  2020-03-21 12:15  CRM\.mvn\wrapper\
     文件       50710  2020-03-06 22:26  CRM\.mvn\wrapper\maven-wrapper.jar
     文件         218  2020-03-06 22:26  CRM\.mvn\wrapper\maven-wrapper.properties
     文件        4951  2020-03-06 22:26  CRM\.mvn\wrapper\MavenWrapperDownloader.java
     文件         861  2020-03-06 22:26  CRM\HELP.md
     文件       10070  2020-03-06 22:26  CRM\mvnw
     文件        6608  2020-03-06 22:26  CRM\mvnw.cmd
     文件        7112  2020-03-07 00:13  CRM\PMS.iml
     文件        2116  2020-03-21 10:26  CRM\pom.xml
     目录           0  2020-03-21 12:15  CRM\src\
     目录           0  2020-03-21 12:15  CRM\src\main\
     目录           0  2020-03-21 12:15  CRM\src\main\java\
     目录           0  2020-03-21 12:15  CRM\src\main\java\com\
     目录           0  2020-03-21 12:15  CRM\src\main\java\com\example\
     目录           0  2020-03-21 12:15  CRM\src\main\java\com\example\crm\
     目录           0  2020-03-21 10:25  CRM\src\main\java\com\example\crm\base\
     文件         293  2020-03-21 10:25  CRM\src\main\java\com\example\crm\base\baseUtil.java
     文件         426  2020-03-21 10:25  CRM\src\main\java\com\example\crm\CRMApplication.java
     目录           0  2020-03-21 10:25  CRM\src\main\java\com\example\crm\ctrl\
     文件         871  2020-03-21 10:25  CRM\src\main\java\com\example\crm\ctrl\UserCtrl.java
     目录           0  2020-03-21 12:15  CRM\src\main\java\com\example\crm\dao\
............此处省略1504个文件信息

评论

共有 条评论