# JustAuth-demo
**Repository Path**: springzb/JustAuth-demo
## Basic Information
- **Project Name**: JustAuth-demo
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-11-28
- **Last Updated**: 2025-11-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# JustAuth Demo
本项目为 **JustAuth开源项目**([gitee](https://gitee.com/yadong.zhang/JustAuth) | [github](https://github.com/justauth/JustAuth))的演示示例。
## 功能特性
- 集成 JustAuth 实现第三方登录功能
- 支持多种社交平台认证
- 使用 Redis 缓存认证状态
- 提供用户信息管理服务
## 技术栈
- Spring Boot
- Redis
- OAuth2
- Thymeleaf 模板引擎
## 安装部署
1. 克隆项目
```bash
git clone https://gitee.com/springzb/JustAuth-demo
```
2. 修改配置
```bash
# 修改 src/main/resources/application.properties 文件配置 Redis 和 OAuth2 参数
```
3. 构建项目
```bash
mvn clean package
```
4. 运行项目
```bash
java -jar target/JustAuth-demo.jar
```
## 使用说明
访问以下地址开始使用:
- 首页: `http://localhost:8443`
- 用户列表: `http://localhost:8443/users`
## 容器化部署
1. 构建 Docker 镜像
```bash
docker build -t justauth-demo .
```
2. 运行容器
```bash
docker run -d -p 8443:8443 justauth-demo
```
## 交流社区
| 微信(备注:加群) | 公众号 |
| :------------: | :------------: |
|
|
|
**QQ群**
- JustAuth交流群 (230017570):专业交流该项目
- 开源总群 (190886500):各个开源项目的都有,也有博客建设等方面的朋友。