# beautiful-store **Repository Path**: SuperWindcloud/beautiful-store ## Basic Information - **Project Name**: beautiful-store - **Description**: 基于Vue3+Spring-boot3的在线发卡店铺 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-04 - **Last Updated**: 2025-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # beautiful-store ## 介绍 基于Vue3+Spring-boot3的在线发卡店铺 ## 技术栈 - 前端 : vue3 + vite+ shadcn-vue+tailwindcss+vue-router+pinia - 后端 : Spring-boot3 + Spring-data-jpa + Spring-security + Jwt + Redis + PostgreSQL + Lombok + + Docker + Spring-Mail + Spring-Oauth2 ## 示例 ![img.png](img.png) ![img_1.png](img_1.png) ![img_2.png](img_2.png) ## Docker-Compose部署 ``` docker-compose up --build ``` ## 源码构建 ```bash mvn clean install -DskipTests mvn spring-boot:run ```