Skip to content

lhldyf/SpringBootVue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBootVue QuickStart

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