PlayEdu win11 Java模式安装

1、下载环境

  • Git:https://git-scm.com/download/win
    https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.2/Git-2.42.0.2-64-bit.exe
  • Java17:https://www.oracle.com/java/technologies/downloads/#java8-windows
  • MySQL:https://dev.mysql.com/downloads/mysql/
  • Redis:https://redis.io/download/#redis-downloads2、安装
  • 分别安装以上文件;
  • 设置Java:系统-》系统信息-〉高级系统设置-》高级(选项卡)-〉环境变量(N)..-》系统变量(S)-〉新建
    添加:变量名:JAVA_HOME 变量值:C:\Program Files\Java\jdk-17
    编辑:path,添加:%Java_Home%\bin
  • 重启。
  • git clone https://gitee.com/playeduxyz/playedu.git playedu
    
    cd playedu

    mvnw.cmd package