Skip to content

Latest commit

 

History

History
executable file
·
28 lines (23 loc) · 557 Bytes

README.md

File metadata and controls

executable file
·
28 lines (23 loc) · 557 Bytes

Vue-Springboot Shopping Mall

Introduction

A Shopping Mall Based on Vue and Springboot

Dependencies

JDK 15, MySQL, Maven, Node.js

Install

  1. install maven
  2. mvn install:
    cd springboot
    mvn clean install
  3. npm install"
    cd ../vue
    npm install

Config

Complete database setting and Alipay setting in springboot/src/main/resources/application.yaml.

Run

  1. Launch MySQL
  2. Launch backend: by IntelliJ IDEA or mvn spring-boot:run
  3. Launch frontend: by IntelliJ IDEA or npm run sever