Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 426 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 426 Bytes

Lab25-Mikhail-Group2-A2

Jenkins Server

http://20.211.46.108:8080/

Username: Tony

Password: wangyudong

Run Backend

./gradlew.bat bootrun

or

gradle build then java -jar 'the jar file in the lib' you know

Run Frontend

install node.js

npm i

npm run dev

Then go to http://localhost:5173/ .