# springbootandvue **Repository Path**: linuxnc/springbootandvue ## Basic Information - **Project Name**: springbootandvue - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-18 - **Last Updated**: 2022-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springbootandvue #### 介绍 这是一个前后端分离的增删改查项目 前端springboot+mybatis-plus 启动 ```tex cd springboot mvn spring-boot:run ``` 后端vue2+element-ui ```tex cd vueproject n ``` 访问 后端: http://localhost:9090 前端: http://localhost:8080