# auth **Repository Path**: RGcp/auth ## Basic Information - **Project Name**: auth - **Description**: 这是一个简单的使用Spring Boot,Spring Security和JWT做RESTful API的登陆鉴权Demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-12-04 - **Last Updated**: 2021-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Auth Demo 这是一个简单的使用Spring Boot,Spring Security和JWT做RESTful API的登陆鉴权Demo。 启动项目后,浏览器打开http://localhost:8080/swagger-ui.html查看接口。 项目启动前需要配置数据库,在数据库中创建名为auth的数据库。IDE需要安装lombok插件。