Skip to content
/ Legs Public

SpringBoot 校园跑腿全栈项目

License

Notifications You must be signed in to change notification settings

fromann/Legs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Legs

项目介绍

校园订单系统 校园接单 小哥接单 客服放单 管理员管理界面 软件使用IDea WebStorm

文件树

Legs
├─front 新版前端项目文件夹
├─old 旧版前后项目文件夹
│  ├─src 旧版 java代码
│  └─web 旧版 前端代码
└─server 新版后端端项目文件夹
└─leg-sql.sql    mysql 建表语句

新版Legs

环境

后端:

SpringBoot 3.x JDK 21 Redis 5.x Mysql 8.x

前端(工程化)

Vue 2.x ElemenUI 包管理器pnpm

技术栈

Maven SpringBoot Java Redis Vue ElementUI Mysql

旧版位于old文件夹

环境

Tomcat 8 JDK 1.8 Mysql 8.0

技术栈

基于Servlet Tomcat Mysql 的全栈项目