springboot-vue
springboot-vue 项目
一 、后端 @Controller一般 在controller中return返回的是一个地址@RestController 返回的是一个数据(json),在前后端分离都是用@RestController @RequestParam 与浏览器上的值作为绑定(如果name写错,也能传递),不过写了之后一 ......
springboot-vue实操
一、先下载node.js 二、在指定的目录下 创建vue create my-vue3-project。(创建vue) {1}选择 Manually select features,自定义配置 {2} 空格键表示选择确认 {3} 3.x {4} {5} {6} {7} 跟着步骤走,运行这两个 按顺序 ......
SpringBoot-Vue整合的小demo
参考:https://github.com/Aizhuxueliang/springboot-vue 主要通过后端SpringBoot技术和前端Vue技术来整合一个小demo,实现简单的增删改查、分页功能以及了解Springboot搭配vue完成前后端分离项目的开发流程。 2023.7.7 ## 一 ......