Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 170 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 170 Bytes

SpringBootVue QuickStart

  1. git clone
  2. build frontend
cd frontend
mvn clean install
  1. build backend
cd ..
mvn clean install
  1. 启动开发模式