Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 783 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 783 Bytes

Special note:

  1. This project used Lombok library, if you want to deploy this project, make sure you have Lombok installed. To install, follow the following steps:
    • download from https://projectlombok.org/download
    • go to the location where the Lombar.jar was downloaded, and run "java -jar lombok.jar", change the jar file name to the name of the lombok jar file that you downloaded
    • after you run the previous step, a window should appear, brownse to your editor location (for eclipse, it's where eclipse.exe is located)
    • click install
    • launch Eclipse (or other IDE)
    • add the zomlok library to your project (right click on the properties -> Java Build Path -> Libraries -> add Extenal JARs -> select the lombok jar file that you just downloaded -> Apply and Close