7.15 SpringBoot project actual combat [Students settled in] (Part 1): From API interface definition to Mybatis query series

Preface

Next, we will practice [student settlement]. For the C-side student side, all interactions begin with knowing 当前学生是否入驻, 是否有借阅资格, so the first API that the SpringBoot backend needs to provide to the vue front-end is: the currently logged-in student information (whether they are settled, whether they have borrowed qualifications)!

Therefore, this article will use SpringBoot to implement the first interface of the C-side student side: querying student information and borrowing qualifications! Review the definition of the SpringBoot interface API and the use of the three basic query methods of Mybatis. Of course, I will make some additions! More than half of the first issue has passed, keep up the good work, Let's Go!

CSDN achieves 100 million technical people


1. Servi

Guess you like

Origin blog.csdn.net/scm_2008/article/details/133250443