Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 600 Bytes

File metadata and controls

13 lines (10 loc) · 600 Bytes

DatabaseProject5200

Please add all .html files and all .js files into the corresponding directories under src/main/webapp.

To open project in IntelliJ:

  • Import the build.gradle file and point IntelliJ to the local Gradle location (wherever you put the directory you downloaded from gradle.org.

To compile:

  1. From IntelliJ:
  • The same way you would always compile
  1. From command line:
  • Type command "gradle compile" while in the root directory of the project.
  • This will require some initial setup of some gradle environment variables. Directions can be found on gradle.org.