💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
#### Windows开发环境搭建 测试搭建环境为:Windows 11 教育版 #### 软件 JDK 1.8 [官网](https://www.oracle.com/cn/java/technologies/downloads/#java8-windows) Maven [官网](https://maven.apache.org/download.cgi) Nodejs [官网](https://nodejs.org/en) Git [官网](https://git-scm.com/download/win) #### 基础设施 ~~~shell MySQL 5.7.35 ~~~ 参考文档 [MySQL 安装文档](https://blog.csdn.net/qq_39715000/article/details/123534326) #### 搭建后台 1. 下载项目 `git clone [https://gitee.com/zzdevelop/lenosp.git](https://gitee.com/zzdevelop/lenosp.git)` 2. 导入数据库,sql文件在db目录中。 3. 修改配置文件,修改len-web模块下的 application.yml、application-mysql-dev.yml文件 ![](https://img.kancloud.cn/7c/66/7c6636999f0c8b25b298e4d2f2316e42_825x398.png) 4. 启动 5. 访问查看情况 #### 搭建前台 1. 下载项目 `git clone [https://gitee.com/zzdevelop/lenosp.git](https://gitee.com/zzdevelop/lenosp.git)` 2. 安装模块 ~~~shell npm install | yarn install # 下载过慢时可更改镜像源 npm config set registry https://registry.npm.taobao.org yarn config set registry https://registry.npm.taobao.org ~~~ 3. 修改后台API访问地址 4. 启动 `npm run dev`