# actix-web-demo **Repository Path**: lvchao92/actix-web-demo ## Basic Information - **Project Name**: actix-web-demo - **Description**: 一个简单的自用的actix-web框架的demo,后续想用的话也不用从0配置了,直接用这个模板。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-05-15 - **Last Updated**: 2025-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Actix web Example 一个简单的自用的actix-web框架的demo,后续想用的话也不用从0配置了,直接用这个模板。 - [actix-web](https://github.com/actix/actix-web) - [sea-orm](https://github.com/SeaQL/sea-orm) ## 功能: - [x] 数据库连接池 - [x] 用提取器权限验证 - [x] 日志 - [x] 自定义错误处理 - [x] 自定义返回结构体 数据库: `sea-orm-cli generate entity -u postgres://username:password@127.0.0.1:5432/actix_web_api -o src/entity`