Recommend a Springboot+Vue learning process and learning video


Preface: Why learn Springboot+Vue


基于SSM框架的Springboot+Vue是企业面试/工作必不可少的内容,也是研究生面试必备的技能之一,同时他也是目前流行的框架结构

1. What is Springboot+Vue?

What is Spring Boot?
Springboot is a simplification of the Spring framework (in fact, more dependency annotations, which have been written for you by others), so you should first understand Spring (IOC and AOP) before learning him , and then learn SpringMvc (can be understood as web Servlet or Strust2 in ) , and then learn Mybatis (for writing sql statements) , and then MybatisPlus no longer needs to write sql statements by itself.
What is Vue?
Vue refers to a progressive JavaScript framework, built on standard HTML , CSS , and JavaScript , and provides a set of declarative, componentized programming models to help you develop user interfaces efficiently. About getting started with vue, you can just follow the basic page layout, mainly to understand how he jumps and the use of elements.
What is Springboot+Vue?
Springboot is used as the backend, and vue is used as the frontend. Together, it is a program that separates the frontend and the backend (it can be understood that there are two folders, one for writing the frontend code and one for writing the backend code)

2. Learning steps

1. Backend (ssm——>springboot)

Dark Horse Programmer 2022 New SSM Framework Tutorial_Spring+SpringMVC+Maven Advanced+SpringBoot+MyBatisPlus Enterprise Practical Development Technology
Spring official website

2. Front-end (vue)

Dark horse programmer Vue full set of video tutorials, from vue2.0 to vue3.0 a set of full coverage, front-end learning core framework tutorial
Vue Chinese website / rookie tutorial

3.vue+Springboot

Take you to build a Springboot+vue front-end and back-end separation project from 0, it's really simple!

4. Software installation

  • Idea cracked version: gzh search software housekeeper
  • node: The latest version under the official website of node (at least 10 or more)
  • MySQL 8.0 (5.7 or higher)
  • Navicat (above 12)
  • Postman
    above software installation I will upload resources

おすすめ

転載: blog.csdn.net/qq_52115728/article/details/127029415