Skip to content
/ ecom Public
forked from jiup/ecom

A e-commerce backend system based on Java & Spring framework

License

Notifications You must be signed in to change notification settings

codeager/ecom

This branch is 3 commits behind jiup/ecom:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1a763a1 · Nov 11, 2018

History

3 Commits
Nov 11, 2018
Nov 11, 2018
Nov 11, 2018
Nov 11, 2018
Nov 11, 2018
Nov 11, 2018
Nov 11, 2018
Nov 11, 2018

Repository files navigation

Ecom Backend System

@author     Jiupeng Zhang <[email protected]>
@date       11/17/2017
@since      1.0.0

Demo

Open-Source

This project was open-sourced by Jiupeng Zhang since Nov 2018.

Under MIT License

Table of Contents

Deploy Address

  • dev
    • localhost/ (jetty:run)
    • localhost/ecom/ (tomcat7:run)
  • prod

Dependency and Environment

  • version

    • 1.0.0
  • domain

  • port

    • 443
  • dev language

    • Java 1.8 (Oracle)
  • runtime user:

    • nginx:www
    • jvm:root
  • runtime dependency:

    • nginx 1.10.1
    • tomcat 8.5.23
    • mysql 5.7
    • jvm 1.8
  • doc

    • landing

DDL

  • see development docs (database part)

Develop Process

  • Project Init

    • maven ready
    • spring ready
    • datasource ready
    • spring mvc ready
    • thymeleaf ready
    • mybatis ready
    • i18n ready
    • captcha schema ready
    • json resolver ready
    • global error_page ready
    • rest api design ready
    • mybatis-generator ready
    • page_helper ready
    • swagger ready
  • Coding

    • token validation
    • login/out part
    • api contact form
    • api quote request form
    • customized auto-mail

About

A e-commerce backend system based on Java & Spring framework

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 52.3%
  • HTML 36.1%
  • JavaScript 6.6%
  • CSS 5.0%