# typeorm_jwt **Repository Path**: ElegantDevil/typeorm_jwt ## Basic Information - **Project Name**: typeorm_jwt - **Description**: ## Typeorm 使用 ## JWT 使用 ## 用户登录验证 DMEO - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-16 - **Last Updated**: 2024-08-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Typeorm 使用 [Typeorm官网](https://typeorm.io/) [Typeorm中文文档](https://typeorm.bootcss.com/) #### Mac 安装 mysql `brew install mysql` #### Mac 启动 mysql 服务 `brew services start mysql` #### Mac 停止 mysql 服务 `brew services stop mysql` #### 进入 mysql 命令行操作模式 - `mysql -uroot -p` 无密码 - `mysql -u believer -p` 密码 `123456` ## JWT 使用 ... ## 用户登录验证 DMEO ...