Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 654 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 654 Bytes

SpringBootDemos

最近在做一个前端的练习项目时需要用到后端服务,于是在学习了一些知识后,尝试构建了简单的 SpringBoot 项目。文章用来记录我学习探索过程中的心得,同时也作为适用于初学者的简单易懂的上手教程。

目前涵盖内容:SpringBoot、SpringDataJPA、JJWT

接口文档:https://apifox.com/apidoc/shared-365f0a81-edc2-434a-b00b-e7e735240ffb

spring-boot-01-jpa

使用SpringBoot + SpringDataJPA + MySQL 实现了简单的登录、注册功能,并使用JJWT库进行Token的生成和解析

文章:https://blog.csdn.net/qq_42041870/article/details/131688656