Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 381 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 381 Bytes

构建

cd src/main/webapp
npm install
cd -
./gradlew bootWar
./gradlew bootScripts

运行

cd build/bootScripts
./calendar

注意

运行时若抛出ClassNotFoundException异常,请使用完整的java路径运行,例如:

"C:\Program Files\Java\jdk1.8.0_192\bin\java.exe" -jar calendar\build\libs\calendar-0.0.1-SNAPSHOT.war