Giter VIP home page Giter VIP logo

b2b2c's Introduction

java 开源b2b2c多用户电商平台

环境需知

  • 请确保 mysql 数据库编码为 utf-8 java jdk 版本为 1.61.7 推荐 1.7 版本
    • mysql数据库编码查看
      • bash SHOW VARIABLES LIKE 'character%'
    • 出现乱码请检查数据库字符编码
    • 导入数据库脚本 shopping-demo.sql 文件即可,此版本不再需要安装。
    • 如果有serverdatabase编码不是utf8,使用以下命令更改
      • SET character_set_server = utf8
      • SET character_set_database = utf8
    • 如有数据库无法直接使用命令更改成功,请更改my.ini配置文件的编码
    • [mysqld]
      • character-set-server=utf8
    • [client]
      • default-character-set=utf8
    • [mysql]
      • default-character-set=utf8

项目工程使用

  • 导入工程IDEA集成工具中,然后更改项目中的数据库配置文件
  • 打包部署项目到tomcat等应用服务器中
  • 创建一个空的mysql数据库(确保mysql数据库编码为utf-8)

部署到服务器

  • 在本地使用IDEA集成开发工具将项目打包成war包,上传到服务器tomcatwebapps目录下
  • 或者直接在本地tomcatwebapps下面部署的项目压缩,上传到服务器tomcatwebapps目录下并解压缩。

b2b2c's People

Contributors

dounine avatar

Watchers

James Cloos 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.