mirror of
https://github.com/moshowgame/SpringBootCodeGenerator.git
synced 2026-03-22 07:28:25 +08:00
5 lines
105 B
Batchfile
5 lines
105 B
Batchfile
REM JDK must equal or more than : 11
|
|
java -version
|
|
REM maven installing libraries
|
|
mvn clean compile
|
|
pause |