commit e71702e33505c4b40a870de5cd6f4c08490a53d9 Author: zhengqingya <960869719@qq.com> Date: Fri Feb 10 15:58:32 2023 +0800 init diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9e154ab --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +HELP.md + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..3fdac86 --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +### 一、前言 + +> 项目地址:[https://gitee.com/zhengqingya/smallboot](https://gitee.com/zhengqingya/smallboot) + +> 微服务版本:https://gitee.com/zhengqingya/small-tools + +`SmallBoot`:Vue+SpringBoot 前后端分离的项目快速开发脚手架 + +后端技术栈: + +1. SpringBoot2.7.0 +2. MySQL5.7 +3. MyBatis-Plus3.5.2 +4. Redis6.0.8 +5. Docker + +前端技术栈: + +1. Vue3 +2. Vite2 +3. TypeScript +4. Vue Router +5. Element Plus +6. Pinia + +### 二、运行 + +- 前端项目说明&运行见 [`smallboot-web/README.md`](smallboot-web/README.md) +- 后端项目说明&运行见 [`smallboot-api/README.md`](smallboot-api/README.md) + +### 三、页面截图 + +![img.png](images/login.png) + +--- + +> 学习总是在一点一滴中积累而成的,就像砌砖,总要结结实实。 +> 踏踏实实的学吧!加油!成功属于努力的人! +> 🤖 希望你不只是关注+收藏! 🤖 diff --git a/images/login.png b/images/login.png new file mode 100644 index 0000000..d0a8e9c Binary files /dev/null and b/images/login.png differ