tree: 5e4e4a838c8c7e5ce816216da9a13f8f9e84014a [path history] [tgz]
  1. imsservice/
  2. .gitignore
  3. build.gradle
  4. code-format.xml
  5. README.md
  6. settings.gradle
  7. VERSION.md
IMService/README.md

Requirements

  1. Java 8
  2. Gradle 6.6.1

Run

This project uses gradle as a build tool. ‘gradle tasks’ shows different tasks that are handle by jar and war plugins. ‘gradle war’ to compile and build the project. Default value for webAppDirName is src/main/webapp

War

The default behavior of the War task is to copy the content of src/main/webapp to the root of the archive. Your webapp directory may of course contain a WEB-INF sub-directory, which may contain a web.xml file. Your compiled classes are compiled to WEB-INF/classes. All the dependencies of the runtime [1] configuration are copied to WEB-INF/lib.