Skip to content

chengjackjelly/miaosha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Project Description

this project is a E-commerce Web Application System. By the time 2023/3/9, I only push the backend service into this git repo.

Project is base on the course Spring Boot构建电商基础秒杀项目

2. Back-end Technology Stack

  • Java (jdk 8.0)
  • Springboot (web applicaition)
  • Mysql (database)
  • Mybatis (ORM)
  • Maven(pakage)
  • Docker(deployment)

3. How to start the project locally with docker.

Maven pakage and build docker image

mvn clean package
mvn install docker:build

start container

docker-compose up

GOTO http://localhost:8088/user/get?id=6 check.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published