# springbootVue **Repository Path**: ding-hao/springbootVue ## Basic Information - **Project Name**: springbootVue - **Description**: 通过springboot项目部署vue打包好的dist文件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-02 - **Last Updated**: 2021-08-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springbootVue #### 介绍 通过springboot项目部署vue打包好的dist文件 #### 使用方法 1. 在application.yml中配置 ```yml view: path: /gbcom/** resourceLocations: D:/work/dist/ ``` path: 代表请求的路径 resourceLocations:vue项目打包的dist文件存放的地址 2. 启动项目 3. 访问http://ip:port/gbcom/index.html即可