Skip to content

从零搭建一个springBoot+vue3的后台管理系统,crud一键生成

Notifications You must be signed in to change notification settings

qisi007/just_write_a_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

记录一个基于springBoot+vue3从零搭建一个后台管理系统的日常

前端

下载依赖

npm install

运行

npm run server

浏览器访问 http://localhost:8999/

后端

初始化maven依赖

导入sql

启动JustJavaApplication

浏览器访问swagger地址 http://localhost:10010/swagger-ui.html