软件开发
未读
SpringBoot整合SpringSecurity
SpringBoot整合SpringSecurity、JWT、Redis 简介 Spring Security是一个能够为基于Spring的企业应用系统提供声明式的安全访问控制解决方案的安全框架。它提供了一组可以在Spring应用
软件开发
未读
MybatisPlus框架
使用 application.yml配置文件 spring:
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/lessonplus?useUnicode=t