Annotation Type WebAppConfiguration

    • Optional Element Summary

      Optional Elements 
      Modifier and TypeOptional ElementDescription
      Stringvalue
      The resource path to the root directory of the web application.
    • Element Detail

      • value

        String value
        The resource path to the root directory of the web application.

        A path that does not include a Spring resource prefix (e.g., classpath:, file:, etc.) will be interpreted as a file system resource, and a path should not end with a slash.

        Defaults to "src/main/webapp" as a file system resource. Note that this is the standard directory for the root of a web application in a project that follows the standard Maven project layout for a WAR.

        Default:
        "src/main/webapp"