# langshi_project_backend **Repository Path**: limengxu/langshi_project_backend ## Basic Information - **Project Name**: langshi_project_backend - **Description**: backend of the management platform for langshi, a property company. based on jeecg - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-28 - **Last Updated**: 2023-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 参考jeecgboot文档安装 地址https://help.jeecg.com/ 执行命令`pnpm i` 或者 执行命令`yarn install` 后端 java 安装redis密码不用设置 https://github.com/redis-windows/redis-windows mysql 新建一个jeecg-boot的数据库 create database \`jeecg-boot\` maven clean maven install 以上配置完成后,找到类 `jeecg-system-start/src/main/java/org/jeecg/JeecgSystemApplication.java` 右键执行启动 账号和密码 admin/123456