Merging master into working branch.

This commit is contained in:
Diederik Muylwyk 2019-09-30 09:15:01 -04:00
commit ac9c10a4ee
2 changed files with 3 additions and 2 deletions

View File

@ -61,7 +61,6 @@ To use your own templates for narrative generation, simply create one or more te
Then create a properties file which describes your templates. In this properties file, each resource to be defined has a pair or properties.
The first (name.class) defines the class name of the resource to define a template for. The second (name.narrative) defines the path/classpath to the template file. The format of this path is `file:/path/foo.html` or `classpath:/com/classpath/foo.html`.
</p>
```properties
# Two property lines in the file per template

View File

@ -90,5 +90,7 @@ In your web.xml file (within the WEB-INF directory in your WAR file), the follow
<filter-mapping>
<filter-name>CORS Filter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>]]></source>
</filter-mapping>
```